OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |