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 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2481 'browser/nacl_host/nacl_host_message_filter.cc', | 2481 'browser/nacl_host/nacl_host_message_filter.cc', |
2482 'browser/nacl_host/nacl_host_message_filter.h', | 2482 'browser/nacl_host/nacl_host_message_filter.h', |
2483 'browser/nacl_host/nacl_infobar.cc', | 2483 'browser/nacl_host/nacl_infobar.cc', |
2484 'browser/nacl_host/nacl_infobar.h', | 2484 'browser/nacl_host/nacl_infobar.h', |
2485 'browser/nacl_host/nacl_process_host.cc', | 2485 'browser/nacl_host/nacl_process_host.cc', |
2486 'browser/nacl_host/nacl_process_host.h', | 2486 'browser/nacl_host/nacl_process_host.h', |
2487 'browser/nacl_host/nacl_validation_cache.cc', | 2487 'browser/nacl_host/nacl_validation_cache.cc', |
2488 'browser/nacl_host/nacl_validation_cache.h', | 2488 'browser/nacl_host/nacl_validation_cache.h', |
2489 'browser/nacl_host/pnacl_translation_cache.cc', | 2489 'browser/nacl_host/pnacl_translation_cache.cc', |
2490 'browser/nacl_host/pnacl_translation_cache.h', | 2490 'browser/nacl_host/pnacl_translation_cache.h', |
2491 'common/nacl_debug_exception_handler_win.cc', | 2491 '../components/nacl/common/nacl_debug_exception_handler_win.cc', |
2492 'common/nacl_debug_exception_handler_win.h', | 2492 '../components/nacl/common/nacl_debug_exception_handler_win.h', |
2493 ], | 2493 ], |
2494 'dependencies': [ | 2494 'dependencies': [ |
2495 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 2495 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
2496 ], | 2496 ], |
2497 }], | 2497 }], |
2498 ['debug_devtools==1', { | 2498 ['debug_devtools==1', { |
2499 'defines': [ | 2499 'defines': [ |
2500 'DEBUG_DEVTOOLS=1', | 2500 'DEBUG_DEVTOOLS=1', |
2501 ], | 2501 ], |
2502 }], | 2502 }], |
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3309 }, | 3309 }, |
3310 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3310 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3311 }, | 3311 }, |
3312 ], | 3312 ], |
3313 }, | 3313 }, |
3314 ], | 3314 ], |
3315 ], | 3315 ], |
3316 } | 3316 } |
OLD | NEW |