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 4351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4362 'browser/nacl_host/nacl_broker_host_win.cc', | 4362 'browser/nacl_host/nacl_broker_host_win.cc', |
4363 'browser/nacl_host/nacl_broker_host_win.h', | 4363 'browser/nacl_host/nacl_broker_host_win.h', |
4364 'browser/nacl_host/nacl_broker_service_win.cc', | 4364 'browser/nacl_host/nacl_broker_service_win.cc', |
4365 'browser/nacl_host/nacl_broker_service_win.h', | 4365 'browser/nacl_host/nacl_broker_service_win.h', |
4366 'browser/nacl_host/nacl_browser.cc', | 4366 'browser/nacl_host/nacl_browser.cc', |
4367 'browser/nacl_host/nacl_browser.h', | 4367 'browser/nacl_host/nacl_browser.h', |
4368 'browser/nacl_host/nacl_process_host.cc', | 4368 'browser/nacl_host/nacl_process_host.cc', |
4369 'browser/nacl_host/nacl_process_host.h', | 4369 'browser/nacl_host/nacl_process_host.h', |
4370 'browser/nacl_host/nacl_validation_cache.cc', | 4370 'browser/nacl_host/nacl_validation_cache.cc', |
4371 'browser/nacl_host/nacl_validation_cache.h', | 4371 'browser/nacl_host/nacl_validation_cache.h', |
| 4372 'browser/nacl_host/pnacl_file_host.cc', |
| 4373 'browser/nacl_host/pnacl_file_host.h', |
4372 'common/nacl_debug_exception_handler_win.cc', | 4374 'common/nacl_debug_exception_handler_win.cc', |
4373 'common/nacl_debug_exception_handler_win.h', | 4375 'common/nacl_debug_exception_handler_win.h', |
4374 ], | 4376 ], |
4375 'dependencies': [ | 4377 'dependencies': [ |
4376 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 4378 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
4377 ], | 4379 ], |
4378 }], | 4380 }], |
4379 ['branding=="Chrome"', { | 4381 ['branding=="Chrome"', { |
4380 'sources': [ | 4382 'sources': [ |
4381 'browser/intents/internal/api_key_internal.cc', | 4383 'browser/intents/internal/api_key_internal.cc', |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5379 'browser/metrics/proto/study.proto', | 5381 'browser/metrics/proto/study.proto', |
5380 ], | 5382 ], |
5381 'variables': { | 5383 'variables': { |
5382 'proto_in_dir': 'browser/metrics/proto', | 5384 'proto_in_dir': 'browser/metrics/proto', |
5383 'proto_out_dir': 'chrome/browser/metrics/proto', | 5385 'proto_out_dir': 'chrome/browser/metrics/proto', |
5384 }, | 5386 }, |
5385 'includes': [ '../build/protoc.gypi' ] | 5387 'includes': [ '../build/protoc.gypi' ] |
5386 }, | 5388 }, |
5387 ], | 5389 ], |
5388 } | 5390 } |
OLD | NEW |