| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'browser/automation/automation_resource_tracker.cc', | 304 'browser/automation/automation_resource_tracker.cc', |
| 305 'browser/automation/automation_resource_tracker.h', | 305 'browser/automation/automation_resource_tracker.h', |
| 306 'browser/automation/automation_tab_helper.cc', | 306 'browser/automation/automation_tab_helper.cc', |
| 307 'browser/automation/automation_tab_helper.h', | 307 'browser/automation/automation_tab_helper.h', |
| 308 'browser/automation/automation_tab_tracker.cc', | 308 'browser/automation/automation_tab_tracker.cc', |
| 309 'browser/automation/automation_tab_tracker.h', | 309 'browser/automation/automation_tab_tracker.h', |
| 310 'browser/automation/automation_util.cc', | 310 'browser/automation/automation_util.cc', |
| 311 'browser/automation/automation_util.h', | 311 'browser/automation/automation_util.h', |
| 312 'browser/automation/automation_window_tracker.cc', | 312 'browser/automation/automation_window_tracker.cc', |
| 313 'browser/automation/automation_window_tracker.h', | 313 'browser/automation/automation_window_tracker.h', |
| 314 'browser/automation/chrome_frame_automation_provider.cc', | 314 'browser/automation/chrome_frame_automation_provider_win.cc', |
| 315 'browser/automation/chrome_frame_automation_provider.h', | 315 'browser/automation/chrome_frame_automation_provider_win.h', |
| 316 'browser/automation/testing_automation_provider.cc', | 316 'browser/automation/testing_automation_provider.cc', |
| 317 'browser/automation/testing_automation_provider.h', | 317 'browser/automation/testing_automation_provider.h', |
| 318 'browser/automation/testing_automation_provider_aura.cc', | 318 'browser/automation/testing_automation_provider_aura.cc', |
| 319 'browser/automation/testing_automation_provider_chromeos.cc', | 319 'browser/automation/testing_automation_provider_chromeos.cc', |
| 320 'browser/automation/testing_automation_provider_gtk.cc', | 320 'browser/automation/testing_automation_provider_gtk.cc', |
| 321 'browser/automation/testing_automation_provider_mac.mm', | 321 'browser/automation/testing_automation_provider_mac.mm', |
| 322 'browser/automation/testing_automation_provider_views.cc', | 322 'browser/automation/testing_automation_provider_views.cc', |
| 323 'browser/automation/testing_automation_provider_win.cc', | 323 'browser/automation/testing_automation_provider_win.cc', |
| 324 'browser/automation/url_request_automation_job.cc', | 324 'browser/automation/url_request_automation_job.cc', |
| 325 'browser/automation/url_request_automation_job.h', | 325 'browser/automation/url_request_automation_job.h', |
| (...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2558 ], | 2558 ], |
| 2559 }], | 2559 }], |
| 2560 ['use_gnome_keyring==0', { | 2560 ['use_gnome_keyring==0', { |
| 2561 'sources!': [ | 2561 'sources!': [ |
| 2562 'browser/password_manager/native_backend_gnome_x.cc', | 2562 'browser/password_manager/native_backend_gnome_x.cc', |
| 2563 'browser/password_manager/native_backend_gnome_x.h', | 2563 'browser/password_manager/native_backend_gnome_x.h', |
| 2564 ], | 2564 ], |
| 2565 }], | 2565 }], |
| 2566 ['use_aura==1', { | 2566 ['use_aura==1', { |
| 2567 'sources/': [ | 2567 'sources/': [ |
| 2568 ['exclude', '^browser/automation/automation_provider_win.cc'], | |
| 2569 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc
'], | |
| 2570 ['exclude', '^browser/automation/chrome_frame_automation_provider.h'
], | |
| 2571 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], | 2568 ['exclude', '^browser/automation/testing_automation_provider_win.cc'
], |
| 2572 ['exclude', '^browser/google/google_update_win.cc'], | 2569 ['exclude', '^browser/google/google_update_win.cc'], |
| 2573 ['exclude', '^browser/google/google_update_win.h'], | 2570 ['exclude', '^browser/google/google_update_win.h'], |
| 2574 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], | 2571 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], |
| 2575 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], | 2572 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], |
| 2576 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], | 2573 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], |
| 2577 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], | 2574 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], |
| 2578 ['exclude', '^browser/jumplist_win.cc'], | 2575 ['exclude', '^browser/jumplist_win.cc'], |
| 2579 ['exclude', '^browser/jumplist_win.h'], | 2576 ['exclude', '^browser/jumplist_win.h'], |
| 2580 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], | 2577 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], |
| 2581 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, | 2578 ['exclude', '^browser/renderer_host/render_widget_host_view_views*']
, |
| 2582 ], | 2579 ], |
| 2583 'sources': [ | 2580 'sources': [ |
| 2584 'browser/metro_viewer/metro_viewer_process_host_win.cc', | 2581 'browser/metro_viewer/metro_viewer_process_host_win.cc', |
| 2585 'browser/metro_viewer/metro_viewer_process_host_win.h', | 2582 'browser/metro_viewer/metro_viewer_process_host_win.h', |
| 2586 ], | 2583 ], |
| 2587 'dependencies': [ | 2584 'dependencies': [ |
| 2588 '../ui/aura/aura.gyp:aura', | 2585 '../ui/aura/aura.gyp:aura', |
| 2589 '../ui/compositor/compositor.gyp:compositor', | 2586 '../ui/compositor/compositor.gyp:compositor', |
| 2590 ], | 2587 ], |
| 2591 'conditions': [ | 2588 'conditions': [ |
| 2592 ['OS=="win"', { | 2589 ['OS=="win"', { |
| 2593 'sources/': [ | 2590 'sources/': [ |
| 2591 ['exclude', '^browser/automation/automation_provider_aura.cc'], |
| 2594 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], | 2592 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
| 2595 ['exclude', '^browser/fullscreen_ash.cc'], | 2593 ['exclude', '^browser/fullscreen_ash.cc'], |
| 2596 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], | 2594 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], |
| 2597 ], | 2595 ], |
| 2598 'dependencies': [ | 2596 'dependencies': [ |
| 2599 'launcher_support', | 2597 'launcher_support', |
| 2600 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', | 2598 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', |
| 2601 ], | 2599 ], |
| 2602 }], | 2600 }], |
| 2603 ], | 2601 ], |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 'variables': { | 3126 'variables': { |
| 3129 'jni_gen_dir': 'chrome', | 3127 'jni_gen_dir': 'chrome', |
| 3130 }, | 3128 }, |
| 3131 'includes': [ '../build/jni_generator.gypi' ], | 3129 'includes': [ '../build/jni_generator.gypi' ], |
| 3132 }, | 3130 }, |
| 3133 ], | 3131 ], |
| 3134 }, | 3132 }, |
| 3135 ], | 3133 ], |
| 3136 ], | 3134 ], |
| 3137 } | 3135 } |
| OLD | NEW |