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

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: More chrome_frame fix 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
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 3344 matching lines...) Expand 10 before | Expand all | Expand 10 after
3355 'browser/worker_host/worker_document_set.h', 3355 'browser/worker_host/worker_document_set.h',
3356 'browser/worker_host/worker_process_host.cc', 3356 'browser/worker_host/worker_process_host.cc',
3357 'browser/worker_host/worker_process_host.h', 3357 'browser/worker_host/worker_process_host.h',
3358 'browser/worker_host/worker_service.cc', 3358 'browser/worker_host/worker_service.cc',
3359 'browser/worker_host/worker_service.h', 3359 'browser/worker_host/worker_service.h',
3360 'browser/wrench_menu_model.cc', 3360 'browser/wrench_menu_model.cc',
3361 'browser/wrench_menu_model.h', 3361 'browser/wrench_menu_model.h',
3362 'browser/zygote_host_linux.cc', 3362 'browser/zygote_host_linux.cc',
3363 'browser/zygote_main_linux.cc', 3363 'browser/zygote_main_linux.cc',
3364 3364
3365 # TODO(erg): http://crbug.com/51409 These files are also specified as
3366 # part of the automation project, but we need these definitions here,
3367 # too, due to usage in our automation provider.
3368 'test/automation/automation_messages.cc',
3369 'test/automation/automation_messages.h',
3370
3371 # These files are generated by GRIT. 3365 # These files are generated by GRIT.
3372 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', 3366 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
3373 '<(grit_out_dir)/grit/shared_resources_map.cc', 3367 '<(grit_out_dir)/grit/shared_resources_map.cc',
3374 '<(grit_out_dir)/grit/theme_resources_map.cc', 3368 '<(grit_out_dir)/grit/theme_resources_map.cc',
3375 ], 3369 ],
3376 'conditions': [ 3370 'conditions': [
3377 ['javascript_engine=="v8"', { 3371 ['javascript_engine=="v8"', {
3378 'defines': [ 3372 'defines': [
3379 'CHROME_V8', 3373 'CHROME_V8',
3380 ], 3374 ],
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
4284 ], 4278 ],
4285 }, 4279 },
4286 ], 4280 ],
4287 } 4281 }
4288 4282
4289 # Local Variables: 4283 # Local Variables:
4290 # tab-width:2 4284 # tab-width:2
4291 # indent-tabs-mode:nil 4285 # indent-tabs-mode:nil
4292 # End: 4286 # End:
4293 # vim: set expandtab tabstop=2 shiftwidth=2: 4287 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | chrome/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698