Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10662006: Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: do not run test when disable_nacl=1 Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698