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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5977007: Expand scope of bookmark manager resources to all component extension resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 9 years, 11 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/chrome.gyp ('k') | chrome/chrome_dll.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3495 matching lines...) Expand 10 before | Expand all | Expand 10 after
3506 'browser/worker_host/worker_message_filter.cc', 3506 'browser/worker_host/worker_message_filter.cc',
3507 'browser/worker_host/worker_message_filter.h', 3507 'browser/worker_host/worker_message_filter.h',
3508 'browser/worker_host/worker_process_host.cc', 3508 'browser/worker_host/worker_process_host.cc',
3509 'browser/worker_host/worker_process_host.h', 3509 'browser/worker_host/worker_process_host.h',
3510 'browser/worker_host/worker_service.cc', 3510 'browser/worker_host/worker_service.cc',
3511 'browser/worker_host/worker_service.h', 3511 'browser/worker_host/worker_service.h',
3512 'browser/zygote_host_linux.cc', 3512 'browser/zygote_host_linux.cc',
3513 'browser/zygote_main_linux.cc', 3513 'browser/zygote_main_linux.cc',
3514 3514
3515 # These files are generated by GRIT. 3515 # These files are generated by GRIT.
3516 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', 3516 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3517 '<(grit_out_dir)/grit/shared_resources_map.cc', 3517 '<(grit_out_dir)/grit/shared_resources_map.cc',
3518 '<(grit_out_dir)/grit/theme_resources_map.cc', 3518 '<(grit_out_dir)/grit/theme_resources_map.cc',
3519 ], 3519 ],
3520 'conditions': [ 3520 'conditions': [
3521 ['javascript_engine=="v8"', { 3521 ['javascript_engine=="v8"', {
3522 'defines': [ 3522 'defines': [
3523 'CHROME_V8', 3523 'CHROME_V8',
3524 ], 3524 ],
3525 }], 3525 }],
3526 ['chromeos==0', { 3526 ['chromeos==0', {
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4523 ], 4523 ],
4524 }, 4524 },
4525 ], 4525 ],
4526 } 4526 }
4527 4527
4528 # Local Variables: 4528 # Local Variables:
4529 # tab-width:2 4529 # tab-width:2
4530 # indent-tabs-mode:nil 4530 # indent-tabs-mode:nil
4531 # End: 4531 # End:
4532 # vim: set expandtab tabstop=2 shiftwidth=2: 4532 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698