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

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: Address review comments Created 7 years, 6 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
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 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 'browser/nacl_host/nacl_host_message_filter.cc', 2487 'browser/nacl_host/nacl_host_message_filter.cc',
2488 'browser/nacl_host/nacl_host_message_filter.h', 2488 'browser/nacl_host/nacl_host_message_filter.h',
2489 'browser/nacl_host/nacl_infobar.cc', 2489 'browser/nacl_host/nacl_infobar.cc',
2490 'browser/nacl_host/nacl_infobar.h', 2490 'browser/nacl_host/nacl_infobar.h',
2491 'browser/nacl_host/nacl_process_host.cc', 2491 'browser/nacl_host/nacl_process_host.cc',
2492 'browser/nacl_host/nacl_process_host.h', 2492 'browser/nacl_host/nacl_process_host.h',
2493 'browser/nacl_host/nacl_validation_cache.cc', 2493 'browser/nacl_host/nacl_validation_cache.cc',
2494 'browser/nacl_host/nacl_validation_cache.h', 2494 'browser/nacl_host/nacl_validation_cache.h',
2495 'browser/nacl_host/pnacl_translation_cache.cc', 2495 'browser/nacl_host/pnacl_translation_cache.cc',
2496 'browser/nacl_host/pnacl_translation_cache.h', 2496 'browser/nacl_host/pnacl_translation_cache.h',
2497 'common/nacl_debug_exception_handler_win.cc', 2497 '../components/nacl/common/nacl_debug_exception_handler_win.cc',
2498 'common/nacl_debug_exception_handler_win.h', 2498 '../components/nacl/common/nacl_debug_exception_handler_win.h',
2499 ], 2499 ],
2500 'dependencies': [ 2500 'dependencies': [
2501 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2501 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2502 ], 2502 ],
2503 }], 2503 }],
2504 ['debug_devtools==1', { 2504 ['debug_devtools==1', {
2505 'defines': [ 2505 'defines': [
2506 'DEBUG_DEVTOOLS=1', 2506 'DEBUG_DEVTOOLS=1',
2507 ], 2507 ],
2508 }], 2508 }],
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3315 }, 3315 },
3316 'includes': [ '../build/android/java_cpp_template.gypi' ], 3316 'includes': [ '../build/android/java_cpp_template.gypi' ],
3317 }, 3317 },
3318 ], 3318 ],
3319 }, 3319 },
3320 ], 3320 ],
3321 ], 3321 ],
3322 } 3322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698