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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4758001: Part 2 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Window recompile after rebase? Created 10 years, 1 month 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_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 (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 3347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 'browser/worker_host/worker_document_set.h', 3358 'browser/worker_host/worker_document_set.h',
3359 'browser/worker_host/worker_process_host.cc', 3359 'browser/worker_host/worker_process_host.cc',
3360 'browser/worker_host/worker_process_host.h', 3360 'browser/worker_host/worker_process_host.h',
3361 'browser/worker_host/worker_service.cc', 3361 'browser/worker_host/worker_service.cc',
3362 'browser/worker_host/worker_service.h', 3362 'browser/worker_host/worker_service.h',
3363 'browser/wrench_menu_model.cc', 3363 'browser/wrench_menu_model.cc',
3364 'browser/wrench_menu_model.h', 3364 'browser/wrench_menu_model.h',
3365 'browser/zygote_host_linux.cc', 3365 'browser/zygote_host_linux.cc',
3366 'browser/zygote_main_linux.cc', 3366 'browser/zygote_main_linux.cc',
3367 3367
3368 # TODO(erg): http://crbug.com/51409 These files are also specified as
3369 # part of the automation project, but we need these definitions here,
3370 # too, due to usage in our automation provider.
3371 'test/automation/automation_messages.cc',
3372 'test/automation/automation_messages.h',
3373
3374 # These files are generated by GRIT. 3368 # These files are generated by GRIT.
3375 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', 3369 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
3376 '<(grit_out_dir)/grit/shared_resources_map.cc', 3370 '<(grit_out_dir)/grit/shared_resources_map.cc',
3377 '<(grit_out_dir)/grit/theme_resources_map.cc', 3371 '<(grit_out_dir)/grit/theme_resources_map.cc',
3378 ], 3372 ],
3379 'conditions': [ 3373 'conditions': [
3380 ['javascript_engine=="v8"', { 3374 ['javascript_engine=="v8"', {
3381 'defines': [ 3375 'defines': [
3382 'CHROME_V8', 3376 'CHROME_V8',
3383 ], 3377 ],
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
4288 ], 4282 ],
4289 }, 4283 },
4290 ], 4284 ],
4291 } 4285 }
4292 4286
4293 # Local Variables: 4287 # Local Variables:
4294 # tab-width:2 4288 # tab-width:2
4295 # indent-tabs-mode:nil 4289 # indent-tabs-mode:nil
4296 # End: 4290 # End:
4297 # vim: set expandtab tabstop=2 shiftwidth=2: 4291 # vim: set expandtab tabstop=2 shiftwidth=2:
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