OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4399 'browser/nacl_host/nacl_broker_host_win.cc', | 4399 'browser/nacl_host/nacl_broker_host_win.cc', |
4400 'browser/nacl_host/nacl_broker_host_win.h', | 4400 'browser/nacl_host/nacl_broker_host_win.h', |
4401 'browser/nacl_host/nacl_broker_service_win.cc', | 4401 'browser/nacl_host/nacl_broker_service_win.cc', |
4402 'browser/nacl_host/nacl_broker_service_win.h', | 4402 'browser/nacl_host/nacl_broker_service_win.h', |
4403 'browser/nacl_host/nacl_browser.cc', | 4403 'browser/nacl_host/nacl_browser.cc', |
4404 'browser/nacl_host/nacl_browser.h', | 4404 'browser/nacl_host/nacl_browser.h', |
4405 'browser/nacl_host/nacl_process_host.cc', | 4405 'browser/nacl_host/nacl_process_host.cc', |
4406 'browser/nacl_host/nacl_process_host.h', | 4406 'browser/nacl_host/nacl_process_host.h', |
4407 'browser/nacl_host/nacl_validation_cache.cc', | 4407 'browser/nacl_host/nacl_validation_cache.cc', |
4408 'browser/nacl_host/nacl_validation_cache.h', | 4408 'browser/nacl_host/nacl_validation_cache.h', |
| 4409 'browser/nacl_host/pnacl_file_host.cc', |
| 4410 'browser/nacl_host/pnacl_file_host.h', |
4409 'common/nacl_debug_exception_handler_win.cc', | 4411 'common/nacl_debug_exception_handler_win.cc', |
4410 'common/nacl_debug_exception_handler_win.h', | 4412 'common/nacl_debug_exception_handler_win.h', |
4411 ], | 4413 ], |
4412 'dependencies': [ | 4414 'dependencies': [ |
4413 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 4415 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
4414 ], | 4416 ], |
4415 }], | 4417 }], |
4416 ['branding=="Chrome"', { | 4418 ['branding=="Chrome"', { |
4417 'sources': [ | 4419 'sources': [ |
4418 'browser/intents/internal/api_key_internal.cc', | 4420 'browser/intents/internal/api_key_internal.cc', |
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5471 'variables': { | 5473 'variables': { |
5472 'jni_gen_dir': 'chrome', | 5474 'jni_gen_dir': 'chrome', |
5473 }, | 5475 }, |
5474 'includes': [ '../build/jni_generator.gypi' ], | 5476 'includes': [ '../build/jni_generator.gypi' ], |
5475 }, | 5477 }, |
5476 ], | 5478 ], |
5477 }, | 5479 }, |
5478 ], | 5480 ], |
5479 ], | 5481 ], |
5480 } | 5482 } |
OLD | NEW |