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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14352005: Rename pnacl_file_host to nacl_file_host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
OLDNEW
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 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2246 ], 2246 ],
2247 }], 2247 }],
2248 ['disable_nacl==0', { 2248 ['disable_nacl==0', {
2249 'sources': [ 2249 'sources': [
2250 'browser/nacl_host/nacl_broker_host_win.cc', 2250 'browser/nacl_host/nacl_broker_host_win.cc',
2251 'browser/nacl_host/nacl_broker_host_win.h', 2251 'browser/nacl_host/nacl_broker_host_win.h',
2252 'browser/nacl_host/nacl_broker_service_win.cc', 2252 'browser/nacl_host/nacl_broker_service_win.cc',
2253 'browser/nacl_host/nacl_broker_service_win.h', 2253 'browser/nacl_host/nacl_broker_service_win.h',
2254 'browser/nacl_host/nacl_browser.cc', 2254 'browser/nacl_host/nacl_browser.cc',
2255 'browser/nacl_host/nacl_browser.h', 2255 'browser/nacl_host/nacl_browser.h',
2256 'browser/nacl_host/nacl_file_host.cc',
2257 'browser/nacl_host/nacl_file_host.h',
2256 'browser/nacl_host/nacl_infobar.cc', 2258 'browser/nacl_host/nacl_infobar.cc',
2257 'browser/nacl_host/nacl_infobar.h', 2259 'browser/nacl_host/nacl_infobar.h',
2258 'browser/nacl_host/nacl_process_host.cc', 2260 'browser/nacl_host/nacl_process_host.cc',
2259 'browser/nacl_host/nacl_process_host.h', 2261 'browser/nacl_host/nacl_process_host.h',
2260 'browser/nacl_host/nacl_validation_cache.cc', 2262 'browser/nacl_host/nacl_validation_cache.cc',
2261 'browser/nacl_host/nacl_validation_cache.h', 2263 'browser/nacl_host/nacl_validation_cache.h',
2262 'browser/nacl_host/pnacl_file_host.cc',
2263 'browser/nacl_host/pnacl_file_host.h',
2264 'common/nacl_debug_exception_handler_win.cc', 2264 'common/nacl_debug_exception_handler_win.cc',
2265 'common/nacl_debug_exception_handler_win.h', 2265 'common/nacl_debug_exception_handler_win.h',
2266 ], 2266 ],
2267 'dependencies': [ 2267 'dependencies': [
2268 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2268 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2269 ], 2269 ],
2270 }], 2270 }],
2271 ['debug_devtools==1', { 2271 ['debug_devtools==1', {
2272 'defines': [ 2272 'defines': [
2273 'DEBUG_DEVTOOLS=1', 2273 'DEBUG_DEVTOOLS=1',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3031 }, 3031 },
3032 'includes': [ '../build/android/java_cpp_template.gypi' ], 3032 'includes': [ '../build/android/java_cpp_template.gypi' ],
3033 }, 3033 },
3034 ], 3034 ],
3035 }, 3035 },
3036 ], 3036 ],
3037 ], 3037 ],
3038 } 3038 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698