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 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3344 'browser/worker_host/worker_document_set.h', | 3344 'browser/worker_host/worker_document_set.h', |
3345 'browser/worker_host/worker_process_host.cc', | 3345 'browser/worker_host/worker_process_host.cc', |
3346 'browser/worker_host/worker_process_host.h', | 3346 'browser/worker_host/worker_process_host.h', |
3347 'browser/worker_host/worker_service.cc', | 3347 'browser/worker_host/worker_service.cc', |
3348 'browser/worker_host/worker_service.h', | 3348 'browser/worker_host/worker_service.h', |
3349 'browser/wrench_menu_model.cc', | 3349 'browser/wrench_menu_model.cc', |
3350 'browser/wrench_menu_model.h', | 3350 'browser/wrench_menu_model.h', |
3351 'browser/zygote_host_linux.cc', | 3351 'browser/zygote_host_linux.cc', |
3352 'browser/zygote_main_linux.cc', | 3352 'browser/zygote_main_linux.cc', |
3353 | 3353 |
| 3354 # TODO(erg): http://crbug.com/51409 These files are also specified as |
| 3355 # part of the automation project, but we need these definitions here, |
| 3356 # too, due to usage in our automation provider. |
| 3357 'test/automation/automation_messages.cc', |
| 3358 'test/automation/automation_messages.h', |
| 3359 |
3354 # These files are generated by GRIT. | 3360 # These files are generated by GRIT. |
3355 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', | 3361 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', |
3356 '<(grit_out_dir)/grit/shared_resources_map.cc', | 3362 '<(grit_out_dir)/grit/shared_resources_map.cc', |
3357 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3363 '<(grit_out_dir)/grit/theme_resources_map.cc', |
3358 ], | 3364 ], |
3359 'conditions': [ | 3365 'conditions': [ |
3360 ['javascript_engine=="v8"', { | 3366 ['javascript_engine=="v8"', { |
3361 'defines': [ | 3367 'defines': [ |
3362 'CHROME_V8', | 3368 'CHROME_V8', |
3363 ], | 3369 ], |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4288 ], | 4294 ], |
4289 }, | 4295 }, |
4290 ], | 4296 ], |
4291 } | 4297 } |
4292 | 4298 |
4293 # Local Variables: | 4299 # Local Variables: |
4294 # tab-width:2 | 4300 # tab-width:2 |
4295 # indent-tabs-mode:nil | 4301 # indent-tabs-mode:nil |
4296 # End: | 4302 # End: |
4297 # vim: set expandtab tabstop=2 shiftwidth=2: | 4303 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |