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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6708093: Load devtools files from resources.pak rather than from disk take 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grd change to force rules to run Created 9 years, 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 3246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'browser/webdata/autofill_entry.h', 3257 'browser/webdata/autofill_entry.h',
3258 'browser/webdata/web_data_service.cc', 3258 'browser/webdata/web_data_service.cc',
3259 'browser/webdata/web_data_service.h', 3259 'browser/webdata/web_data_service.h',
3260 'browser/webdata/web_data_service_win.cc', 3260 'browser/webdata/web_data_service_win.cc',
3261 'browser/webdata/web_database.cc', 3261 'browser/webdata/web_database.cc',
3262 'browser/webdata/web_database.h', 3262 'browser/webdata/web_database.h',
3263 'browser/webdata/web_database_win.cc', 3263 'browser/webdata/web_database_win.cc',
3264 3264
3265 # These files are generated by GRIT. 3265 # These files are generated by GRIT.
3266 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3266 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3267 '<(grit_out_dir)/grit/devtools_resources_map.cc',
3267 '<(grit_out_dir)/grit/shared_resources_map.cc', 3268 '<(grit_out_dir)/grit/shared_resources_map.cc',
3268 '<(grit_out_dir)/grit/theme_resources_map.cc', 3269 '<(grit_out_dir)/grit/theme_resources_map.cc',
3269 ], 3270 ],
3270 'conditions': [ 3271 'conditions': [
3271 ['javascript_engine=="v8"', { 3272 ['javascript_engine=="v8"', {
3272 'defines': [ 3273 'defines': [
3273 'CHROME_V8', 3274 'CHROME_V8',
3274 ], 3275 ],
3275 }], 3276 }],
3276 ['chromeos==0', { 3277 ['chromeos==0', {
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 ], 4302 ],
4302 }, 4303 },
4303 ], 4304 ],
4304 } 4305 }
4305 4306
4306 # Local Variables: 4307 # Local Variables:
4307 # tab-width:2 4308 # tab-width:2
4308 # indent-tabs-mode:nil 4309 # indent-tabs-mode:nil
4309 # End: 4310 # End:
4310 # vim: set expandtab tabstop=2 shiftwidth=2: 4311 # 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