| 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'browser/captive_portal/captive_portal_tab_reloader.cc', | 410 'browser/captive_portal/captive_portal_tab_reloader.cc', |
| 411 'browser/captive_portal/captive_portal_tab_reloader.h', | 411 'browser/captive_portal/captive_portal_tab_reloader.h', |
| 412 'browser/certificate_manager_model.cc', | 412 'browser/certificate_manager_model.cc', |
| 413 'browser/certificate_manager_model.h', | 413 'browser/certificate_manager_model.h', |
| 414 'browser/certificate_viewer.cc', | 414 'browser/certificate_viewer.cc', |
| 415 'browser/certificate_viewer.h', | 415 'browser/certificate_viewer.h', |
| 416 'browser/character_encoding.cc', | 416 'browser/character_encoding.cc', |
| 417 'browser/character_encoding.h', | 417 'browser/character_encoding.h', |
| 418 'browser/chrome_benchmarking_message_filter.cc', | 418 'browser/chrome_benchmarking_message_filter.cc', |
| 419 'browser/chrome_benchmarking_message_filter.h', | 419 'browser/chrome_benchmarking_message_filter.h', |
| 420 'browser/chrome_net_benchmarking_message_filter.cc', |
| 421 'browser/chrome_net_benchmarking_message_filter.h', |
| 420 'browser/chrome_browser_application_mac.h', | 422 'browser/chrome_browser_application_mac.h', |
| 421 'browser/chrome_browser_application_mac.mm', | 423 'browser/chrome_browser_application_mac.mm', |
| 422 'browser/chrome_browser_field_trials.cc', | 424 'browser/chrome_browser_field_trials.cc', |
| 423 'browser/chrome_browser_field_trials.h', | 425 'browser/chrome_browser_field_trials.h', |
| 424 'browser/chrome_browser_main.cc', | 426 'browser/chrome_browser_main.cc', |
| 425 'browser/chrome_browser_main.h', | 427 'browser/chrome_browser_main.h', |
| 426 'browser/chrome_browser_main_android.cc', | 428 'browser/chrome_browser_main_android.cc', |
| 427 'browser/chrome_browser_main_android.h', | 429 'browser/chrome_browser_main_android.h', |
| 428 'browser/chrome_browser_main_extra_parts.h', | 430 'browser/chrome_browser_main_extra_parts.h', |
| 429 'browser/chrome_browser_main_linux.cc', | 431 'browser/chrome_browser_main_linux.cc', |
| (...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3132 'variables': { | 3134 'variables': { |
| 3133 'jni_gen_dir': 'chrome', | 3135 'jni_gen_dir': 'chrome', |
| 3134 }, | 3136 }, |
| 3135 'includes': [ '../build/jni_generator.gypi' ], | 3137 'includes': [ '../build/jni_generator.gypi' ], |
| 3136 }, | 3138 }, |
| 3137 ], | 3139 ], |
| 3138 }, | 3140 }, |
| 3139 ], | 3141 ], |
| 3140 ], | 3142 ], |
| 3141 } | 3143 } |
| OLD | NEW |