| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'browser/first_run/try_chrome_dialog_view.cc', | 533 'browser/first_run/try_chrome_dialog_view.cc', |
| 534 'browser/first_run/try_chrome_dialog_view.h', | 534 'browser/first_run/try_chrome_dialog_view.h', |
| 535 'browser/first_run/upgrade_util.cc', | 535 'browser/first_run/upgrade_util.cc', |
| 536 'browser/first_run/upgrade_util.h', | 536 'browser/first_run/upgrade_util.h', |
| 537 'browser/first_run/upgrade_util_linux.cc', | 537 'browser/first_run/upgrade_util_linux.cc', |
| 538 'browser/first_run/upgrade_util_linux.h', | 538 'browser/first_run/upgrade_util_linux.h', |
| 539 'browser/first_run/upgrade_util_mac.cc', | 539 'browser/first_run/upgrade_util_mac.cc', |
| 540 'browser/first_run/upgrade_util_win.cc', | 540 'browser/first_run/upgrade_util_win.cc', |
| 541 'browser/first_run/upgrade_util_win.h', | 541 'browser/first_run/upgrade_util_win.h', |
| 542 'browser/fullscreen.h', | 542 'browser/fullscreen.h', |
| 543 'browser/fullscreen_ash.cc', | |
| 544 'browser/fullscreen_aura.cc', | 543 'browser/fullscreen_aura.cc', |
| 544 'browser/fullscreen_chromeos.cc', |
| 545 'browser/fullscreen_gtk.cc', | 545 'browser/fullscreen_gtk.cc', |
| 546 'browser/fullscreen_mac.mm', | 546 'browser/fullscreen_mac.mm', |
| 547 'browser/fullscreen_win.cc', | 547 'browser/fullscreen_win.cc', |
| 548 'browser/geolocation/chrome_access_token_store.cc', | 548 'browser/geolocation/chrome_access_token_store.cc', |
| 549 'browser/geolocation/chrome_access_token_store.h', | 549 'browser/geolocation/chrome_access_token_store.h', |
| 550 'browser/geolocation/chrome_geolocation_permission_context.cc', | 550 'browser/geolocation/chrome_geolocation_permission_context.cc', |
| 551 'browser/geolocation/chrome_geolocation_permission_context.h', | 551 'browser/geolocation/chrome_geolocation_permission_context.h', |
| 552 'browser/geolocation/chrome_geolocation_permission_context_android.cc', | 552 'browser/geolocation/chrome_geolocation_permission_context_android.cc', |
| 553 'browser/geolocation/chrome_geolocation_permission_context_android.h', | 553 'browser/geolocation/chrome_geolocation_permission_context_android.h', |
| 554 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', | 554 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', |
| (...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2522 'dependencies': [ | 2522 'dependencies': [ |
| 2523 '../ui/aura/aura.gyp:aura', | 2523 '../ui/aura/aura.gyp:aura', |
| 2524 '../ui/compositor/compositor.gyp:compositor', | 2524 '../ui/compositor/compositor.gyp:compositor', |
| 2525 '../ui/keyboard/keyboard.gyp:keyboard', | 2525 '../ui/keyboard/keyboard.gyp:keyboard', |
| 2526 ], | 2526 ], |
| 2527 'conditions': [ | 2527 'conditions': [ |
| 2528 ['OS=="win"', { | 2528 ['OS=="win"', { |
| 2529 'sources/': [ | 2529 'sources/': [ |
| 2530 ['exclude', '^browser/automation/automation_provider_aura.cc'], | 2530 ['exclude', '^browser/automation/automation_provider_aura.cc'], |
| 2531 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], | 2531 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
| 2532 ['exclude', '^browser/fullscreen_ash.cc'], | |
| 2533 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], | 2532 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], |
| 2534 ], | 2533 ], |
| 2535 'dependencies': [ | 2534 'dependencies': [ |
| 2536 'launcher_support', | 2535 'launcher_support', |
| 2537 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', | 2536 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', |
| 2538 ], | 2537 ], |
| 2539 }], | 2538 }], |
| 2540 ], | 2539 ], |
| 2541 }], | 2540 }], |
| 2542 ['ui_compositor_image_transport==1', { | 2541 ['ui_compositor_image_transport==1', { |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3100 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3099 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3101 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3100 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3102 }, | 3101 }, |
| 3103 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3102 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3104 }, | 3103 }, |
| 3105 ], | 3104 ], |
| 3106 }, | 3105 }, |
| 3107 ], | 3106 ], |
| 3108 ], | 3107 ], |
| 3109 } | 3108 } |
| OLD | NEW |