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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16232011: Add PNaCl translation cache based on Chrome disk_cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test type 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 | 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 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 'browser/nacl_host/nacl_browser.cc', 2456 'browser/nacl_host/nacl_browser.cc',
2457 'browser/nacl_host/nacl_browser.h', 2457 'browser/nacl_host/nacl_browser.h',
2458 'browser/nacl_host/nacl_file_host.cc', 2458 'browser/nacl_host/nacl_file_host.cc',
2459 'browser/nacl_host/nacl_file_host.h', 2459 'browser/nacl_host/nacl_file_host.h',
2460 'browser/nacl_host/nacl_infobar.cc', 2460 'browser/nacl_host/nacl_infobar.cc',
2461 'browser/nacl_host/nacl_infobar.h', 2461 'browser/nacl_host/nacl_infobar.h',
2462 'browser/nacl_host/nacl_process_host.cc', 2462 'browser/nacl_host/nacl_process_host.cc',
2463 'browser/nacl_host/nacl_process_host.h', 2463 'browser/nacl_host/nacl_process_host.h',
2464 'browser/nacl_host/nacl_validation_cache.cc', 2464 'browser/nacl_host/nacl_validation_cache.cc',
2465 'browser/nacl_host/nacl_validation_cache.h', 2465 'browser/nacl_host/nacl_validation_cache.h',
2466 'browser/nacl_host/pnacl_translation_cache.cc',
2467 'browser/nacl_host/pnacl_translation_cache.h',
2466 'common/nacl_debug_exception_handler_win.cc', 2468 'common/nacl_debug_exception_handler_win.cc',
2467 'common/nacl_debug_exception_handler_win.h', 2469 'common/nacl_debug_exception_handler_win.h',
2468 ], 2470 ],
2469 'dependencies': [ 2471 'dependencies': [
2470 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2472 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2471 ], 2473 ],
2472 }], 2474 }],
2473 ['debug_devtools==1', { 2475 ['debug_devtools==1', {
2474 'defines': [ 2476 'defines': [
2475 'DEBUG_DEVTOOLS=1', 2477 'DEBUG_DEVTOOLS=1',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3256 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3257 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3256 }, 3258 },
3257 'includes': [ '../build/android/java_cpp_template.gypi' ], 3259 'includes': [ '../build/android/java_cpp_template.gypi' ],
3258 }, 3260 },
3259 ], 3261 ],
3260 }, 3262 },
3261 ], 3263 ],
3262 ], 3264 ],
3263 } 3265 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/pnacl_translation_cache_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698