| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'app/policy/cloud_policy_codegen.gyp:policy', | 12 'app/policy/cloud_policy_codegen.gyp:policy', |
| 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 14 'chrome_extra_resources', | 14 'chrome_extra_resources', |
| 15 'chrome_resources', | 15 'chrome_resources', |
| 16 'chrome_strings', | 16 'chrome_strings', |
| 17 'common', | 17 'common', |
| 18 'common_net', | 18 'common_net', |
| 19 'debugger', | 19 'debugger', |
| (...skipping 4521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4541 'include_dirs': [ | 4541 'include_dirs': [ |
| 4542 '<(protoc_out_dir)', | 4542 '<(protoc_out_dir)', |
| 4543 ] | 4543 ] |
| 4544 }, | 4544 }, |
| 4545 'export_dependent_settings': [ | 4545 'export_dependent_settings': [ |
| 4546 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 4546 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 4547 ], | 4547 ], |
| 4548 }, | 4548 }, |
| 4549 { | 4549 { |
| 4550 'target_name': 'in_memory_url_index_cache_proto_cpp', | 4550 'target_name': 'in_memory_url_index_cache_proto_cpp', |
| 4551 'type': '<(library)', | 4551 'type': 'static_library', |
| 4552 'sources': [ | 4552 'sources': [ |
| 4553 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.c
c', | 4553 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.c
c', |
| 4554 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.h
', | 4554 '<(protoc_out_dir)/chrome/browser/history/in_memory_url_index_cache.pb.h
', |
| 4555 ], | 4555 ], |
| 4556 'dependencies': [ | 4556 'dependencies': [ |
| 4557 'in_memory_url_index_cache_proto', | 4557 'in_memory_url_index_cache_proto', |
| 4558 ], | 4558 ], |
| 4559 'export_dependent_settings': [ | 4559 'export_dependent_settings': [ |
| 4560 'in_memory_url_index_cache_proto', | 4560 'in_memory_url_index_cache_proto', |
| 4561 ], | 4561 ], |
| 4562 # This target exports a hard dependency because it includes generated | 4562 # This target exports a hard dependency because it includes generated |
| 4563 # header files. | 4563 # header files. |
| 4564 'hard_dependency': 1, | 4564 'hard_dependency': 1, |
| 4565 }, | 4565 }, |
| 4566 ], | 4566 ], |
| 4567 } | 4567 } |
| 4568 | 4568 |
| 4569 # Local Variables: | 4569 # Local Variables: |
| 4570 # tab-width:2 | 4570 # tab-width:2 |
| 4571 # indent-tabs-mode:nil | 4571 # indent-tabs-mode:nil |
| 4572 # End: | 4572 # End: |
| 4573 # vim: set expandtab tabstop=2 shiftwidth=2: | 4573 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |