| 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 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2460 ['disable_nacl==0', { | 2460 ['disable_nacl==0', { |
| 2461 'sources': [ | 2461 'sources': [ |
| 2462 'browser/nacl_host/nacl_broker_host_win.cc', | 2462 'browser/nacl_host/nacl_broker_host_win.cc', |
| 2463 'browser/nacl_host/nacl_broker_host_win.h', | 2463 'browser/nacl_host/nacl_broker_host_win.h', |
| 2464 'browser/nacl_host/nacl_broker_service_win.cc', | 2464 'browser/nacl_host/nacl_broker_service_win.cc', |
| 2465 'browser/nacl_host/nacl_broker_service_win.h', | 2465 'browser/nacl_host/nacl_broker_service_win.h', |
| 2466 'browser/nacl_host/nacl_browser.cc', | 2466 'browser/nacl_host/nacl_browser.cc', |
| 2467 'browser/nacl_host/nacl_browser.h', | 2467 'browser/nacl_host/nacl_browser.h', |
| 2468 'browser/nacl_host/nacl_file_host.cc', | 2468 'browser/nacl_host/nacl_file_host.cc', |
| 2469 'browser/nacl_host/nacl_file_host.h', | 2469 'browser/nacl_host/nacl_file_host.h', |
| 2470 'browser/nacl_host/nacl_host_message_filter.cc', |
| 2471 'browser/nacl_host/nacl_host_message_filter.h', |
| 2472 'browser/nacl_host/nacl_host_messages.h', |
| 2470 'browser/nacl_host/nacl_infobar.cc', | 2473 'browser/nacl_host/nacl_infobar.cc', |
| 2471 'browser/nacl_host/nacl_infobar.h', | 2474 'browser/nacl_host/nacl_infobar.h', |
| 2472 'browser/nacl_host/nacl_process_host.cc', | 2475 'browser/nacl_host/nacl_process_host.cc', |
| 2473 'browser/nacl_host/nacl_process_host.h', | 2476 'browser/nacl_host/nacl_process_host.h', |
| 2474 'browser/nacl_host/nacl_validation_cache.cc', | 2477 'browser/nacl_host/nacl_validation_cache.cc', |
| 2475 'browser/nacl_host/nacl_validation_cache.h', | 2478 'browser/nacl_host/nacl_validation_cache.h', |
| 2476 'browser/nacl_host/pnacl_translation_cache.cc', | 2479 'browser/nacl_host/pnacl_translation_cache.cc', |
| 2477 'browser/nacl_host/pnacl_translation_cache.h', | 2480 'browser/nacl_host/pnacl_translation_cache.h', |
| 2478 'common/nacl_debug_exception_handler_win.cc', | 2481 'common/nacl_debug_exception_handler_win.cc', |
| 2479 'common/nacl_debug_exception_handler_win.h', | 2482 'common/nacl_debug_exception_handler_win.h', |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3297 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3298 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3296 }, | 3299 }, |
| 3297 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3300 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3298 }, | 3301 }, |
| 3299 ], | 3302 ], |
| 3300 }, | 3303 }, |
| 3301 ], | 3304 ], |
| 3302 ], | 3305 ], |
| 3303 } | 3306 } |
| OLD | NEW |