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