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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder Created 7 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.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 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 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 'browser/nacl_host/nacl_host_message_filter.cc', 2506 'browser/nacl_host/nacl_host_message_filter.cc',
2507 'browser/nacl_host/nacl_host_message_filter.h', 2507 'browser/nacl_host/nacl_host_message_filter.h',
2508 'browser/nacl_host/nacl_infobar.cc', 2508 'browser/nacl_host/nacl_infobar.cc',
2509 'browser/nacl_host/nacl_infobar.h', 2509 'browser/nacl_host/nacl_infobar.h',
2510 'browser/nacl_host/nacl_process_host.cc', 2510 'browser/nacl_host/nacl_process_host.cc',
2511 'browser/nacl_host/nacl_process_host.h', 2511 'browser/nacl_host/nacl_process_host.h',
2512 'browser/nacl_host/nacl_validation_cache.cc', 2512 'browser/nacl_host/nacl_validation_cache.cc',
2513 'browser/nacl_host/nacl_validation_cache.h', 2513 'browser/nacl_host/nacl_validation_cache.h',
2514 'browser/nacl_host/pnacl_translation_cache.cc', 2514 'browser/nacl_host/pnacl_translation_cache.cc',
2515 'browser/nacl_host/pnacl_translation_cache.h', 2515 'browser/nacl_host/pnacl_translation_cache.h',
2516 'common/nacl_debug_exception_handler_win.cc', 2516 '../components/nacl/common/nacl_debug_exception_handler_win.cc',
2517 'common/nacl_debug_exception_handler_win.h', 2517 '../components/nacl/common/nacl_debug_exception_handler_win.h',
2518 ], 2518 ],
2519 'dependencies': [ 2519 'dependencies': [
2520 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2520 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2521 ], 2521 ],
2522 }], 2522 }],
2523 ['debug_devtools==1', { 2523 ['debug_devtools==1', {
2524 'defines': [ 2524 'defines': [
2525 'DEBUG_DEVTOOLS=1', 2525 'DEBUG_DEVTOOLS=1',
2526 ], 2526 ],
2527 }], 2527 }],
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3347 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3348 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3348 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3349 }, 3349 },
3350 'includes': [ '../build/android/java_cpp_template.gypi' ], 3350 'includes': [ '../build/android/java_cpp_template.gypi' ],
3351 }, 3351 },
3352 ], 3352 ],
3353 }, 3353 },
3354 ], 3354 ],
3355 ], 3355 ],
3356 } 3356 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698