| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'common/external_ipc_fuzzer.h', | 197 'common/external_ipc_fuzzer.h', |
| 198 'common/external_ipc_fuzzer.cc', | 198 'common/external_ipc_fuzzer.cc', |
| 199 'common/favicon_url.cc', | 199 'common/favicon_url.cc', |
| 200 'common/favicon_url.h', | 200 'common/favicon_url.h', |
| 201 'common/icon_messages.h', | 201 'common/icon_messages.h', |
| 202 'common/important_file_writer.cc', | 202 'common/important_file_writer.cc', |
| 203 'common/important_file_writer.h', | 203 'common/important_file_writer.h', |
| 204 'common/instant_types.h', | 204 'common/instant_types.h', |
| 205 'common/json_pref_store.cc', | 205 'common/json_pref_store.cc', |
| 206 'common/json_pref_store.h', | 206 'common/json_pref_store.h', |
| 207 'common/json_schema_constants.cc', |
| 208 'common/json_schema_constants.h', |
| 207 'common/json_schema_validator.cc', | 209 'common/json_schema_validator.cc', |
| 208 'common/json_schema_validator.h', | 210 'common/json_schema_validator.h', |
| 209 'common/jstemplate_builder.cc', | 211 'common/jstemplate_builder.cc', |
| 210 'common/jstemplate_builder.h', | 212 'common/jstemplate_builder.h', |
| 211 'common/logging_chrome.cc', | 213 'common/logging_chrome.cc', |
| 212 'common/logging_chrome.h', | 214 'common/logging_chrome.h', |
| 213 'common/mac/app_mode_common.h', | 215 'common/mac/app_mode_common.h', |
| 214 'common/mac/app_mode_common.mm', | 216 'common/mac/app_mode_common.mm', |
| 215 'common/mac/cfbundle_blocker.h', | 217 'common/mac/cfbundle_blocker.h', |
| 216 'common/mac/cfbundle_blocker.mm', | 218 'common/mac/cfbundle_blocker.mm', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'common/metrics/proto/user_action_event.proto', | 538 'common/metrics/proto/user_action_event.proto', |
| 537 ], | 539 ], |
| 538 'variables': { | 540 'variables': { |
| 539 'proto_in_dir': 'common/metrics/proto', | 541 'proto_in_dir': 'common/metrics/proto', |
| 540 'proto_out_dir': 'chrome/common/metrics/proto', | 542 'proto_out_dir': 'chrome/common/metrics/proto', |
| 541 }, | 543 }, |
| 542 'includes': [ '../build/protoc.gypi' ], | 544 'includes': [ '../build/protoc.gypi' ], |
| 543 }, | 545 }, |
| 544 ], | 546 ], |
| 545 } | 547 } |
| OLD | NEW |