| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'browser/first_run/try_chrome_dialog_view.cc', | 524 'browser/first_run/try_chrome_dialog_view.cc', |
| 525 'browser/first_run/try_chrome_dialog_view.h', | 525 'browser/first_run/try_chrome_dialog_view.h', |
| 526 'browser/first_run/upgrade_util.cc', | 526 'browser/first_run/upgrade_util.cc', |
| 527 'browser/first_run/upgrade_util.h', | 527 'browser/first_run/upgrade_util.h', |
| 528 'browser/first_run/upgrade_util_linux.cc', | 528 'browser/first_run/upgrade_util_linux.cc', |
| 529 'browser/first_run/upgrade_util_linux.h', | 529 'browser/first_run/upgrade_util_linux.h', |
| 530 'browser/first_run/upgrade_util_mac.cc', | 530 'browser/first_run/upgrade_util_mac.cc', |
| 531 'browser/first_run/upgrade_util_win.cc', | 531 'browser/first_run/upgrade_util_win.cc', |
| 532 'browser/first_run/upgrade_util_win.h', | 532 'browser/first_run/upgrade_util_win.h', |
| 533 'browser/fullscreen.h', | 533 'browser/fullscreen.h', |
| 534 'browser/fullscreen_ash.cc', | |
| 535 'browser/fullscreen_aura.cc', | 534 'browser/fullscreen_aura.cc', |
| 535 'browser/fullscreen_chromeos.cc', |
| 536 'browser/fullscreen_gtk.cc', | 536 'browser/fullscreen_gtk.cc', |
| 537 'browser/fullscreen_mac.mm', | 537 'browser/fullscreen_mac.mm', |
| 538 'browser/fullscreen_win.cc', | 538 'browser/fullscreen_win.cc', |
| 539 'browser/geolocation/chrome_access_token_store.cc', | 539 'browser/geolocation/chrome_access_token_store.cc', |
| 540 'browser/geolocation/chrome_access_token_store.h', | 540 'browser/geolocation/chrome_access_token_store.h', |
| 541 'browser/geolocation/chrome_geolocation_permission_context.cc', | 541 'browser/geolocation/chrome_geolocation_permission_context.cc', |
| 542 'browser/geolocation/chrome_geolocation_permission_context.h', | 542 'browser/geolocation/chrome_geolocation_permission_context.h', |
| 543 'browser/geolocation/chrome_geolocation_permission_context_android.cc', | 543 'browser/geolocation/chrome_geolocation_permission_context_android.cc', |
| 544 'browser/geolocation/chrome_geolocation_permission_context_android.h', | 544 'browser/geolocation/chrome_geolocation_permission_context_android.h', |
| 545 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', | 545 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2475 'dependencies': [ | 2475 'dependencies': [ |
| 2476 '../ui/aura/aura.gyp:aura', | 2476 '../ui/aura/aura.gyp:aura', |
| 2477 '../ui/compositor/compositor.gyp:compositor', | 2477 '../ui/compositor/compositor.gyp:compositor', |
| 2478 '../ui/keyboard/keyboard.gyp:keyboard', | 2478 '../ui/keyboard/keyboard.gyp:keyboard', |
| 2479 ], | 2479 ], |
| 2480 'conditions': [ | 2480 'conditions': [ |
| 2481 ['OS=="win"', { | 2481 ['OS=="win"', { |
| 2482 'sources/': [ | 2482 'sources/': [ |
| 2483 ['exclude', '^browser/automation/automation_provider_aura.cc'], | 2483 ['exclude', '^browser/automation/automation_provider_aura.cc'], |
| 2484 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], | 2484 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
| 2485 ['exclude', '^browser/fullscreen_ash.cc'], | |
| 2486 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], | 2485 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], |
| 2487 ], | 2486 ], |
| 2488 'dependencies': [ | 2487 'dependencies': [ |
| 2489 'launcher_support', | 2488 'launcher_support', |
| 2490 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', | 2489 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', |
| 2491 ], | 2490 ], |
| 2492 }], | 2491 }], |
| 2493 ], | 2492 ], |
| 2494 }], | 2493 }], |
| 2495 ['ui_compositor_image_transport==1', { | 2494 ['ui_compositor_image_transport==1', { |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3048 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3047 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3049 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3048 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3050 }, | 3049 }, |
| 3051 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3050 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3052 }, | 3051 }, |
| 3053 ], | 3052 ], |
| 3054 }, | 3053 }, |
| 3055 ], | 3054 ], |
| 3056 ], | 3055 ], |
| 3057 } | 3056 } |
| OLD | NEW |