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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'browser/captive_portal/captive_portal_tab_helper.cc', | 418 'browser/captive_portal/captive_portal_tab_helper.cc', |
419 'browser/captive_portal/captive_portal_tab_helper.h', | 419 'browser/captive_portal/captive_portal_tab_helper.h', |
420 'browser/captive_portal/captive_portal_tab_reloader.cc', | 420 'browser/captive_portal/captive_portal_tab_reloader.cc', |
421 'browser/captive_portal/captive_portal_tab_reloader.h', | 421 'browser/captive_portal/captive_portal_tab_reloader.h', |
422 'browser/certificate_manager_model.cc', | 422 'browser/certificate_manager_model.cc', |
423 'browser/certificate_manager_model.h', | 423 'browser/certificate_manager_model.h', |
424 'browser/certificate_viewer.cc', | 424 'browser/certificate_viewer.cc', |
425 'browser/certificate_viewer.h', | 425 'browser/certificate_viewer.h', |
426 'browser/character_encoding.cc', | 426 'browser/character_encoding.cc', |
427 'browser/character_encoding.h', | 427 'browser/character_encoding.h', |
428 'browser/chrome_benchmarking_message_filter.cc', | 428 'browser/chrome_net_benchmarking_message_filter.cc', |
429 'browser/chrome_benchmarking_message_filter.h', | 429 'browser/chrome_net_benchmarking_message_filter.h', |
430 'browser/chrome_browser_application_mac.h', | 430 'browser/chrome_browser_application_mac.h', |
431 'browser/chrome_browser_application_mac.mm', | 431 'browser/chrome_browser_application_mac.mm', |
432 'browser/chrome_browser_field_trials.cc', | 432 'browser/chrome_browser_field_trials.cc', |
433 'browser/chrome_browser_field_trials.h', | 433 'browser/chrome_browser_field_trials.h', |
434 'browser/chrome_browser_main.cc', | 434 'browser/chrome_browser_main.cc', |
435 'browser/chrome_browser_main.h', | 435 'browser/chrome_browser_main.h', |
436 'browser/chrome_browser_main_android.cc', | 436 'browser/chrome_browser_main_android.cc', |
437 'browser/chrome_browser_main_android.h', | 437 'browser/chrome_browser_main_android.h', |
438 'browser/chrome_browser_main_extra_parts.h', | 438 'browser/chrome_browser_main_extra_parts.h', |
439 'browser/chrome_browser_main_linux.cc', | 439 'browser/chrome_browser_main_linux.cc', |
(...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3126 'variables': { | 3126 'variables': { |
3127 'jni_gen_dir': 'chrome', | 3127 'jni_gen_dir': 'chrome', |
3128 }, | 3128 }, |
3129 'includes': [ '../build/jni_generator.gypi' ], | 3129 'includes': [ '../build/jni_generator.gypi' ], |
3130 }, | 3130 }, |
3131 ], | 3131 ], |
3132 }, | 3132 }, |
3133 ], | 3133 ], |
3134 ], | 3134 ], |
3135 } | 3135 } |
OLD | NEW |