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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'common/form_data_predictions.h', | 213 'common/form_data_predictions.h', |
214 'common/form_field_data.cc', | 214 'common/form_field_data.cc', |
215 'common/form_field_data.h', | 215 'common/form_field_data.h', |
216 'common/form_field_data_predictions.cc', | 216 'common/form_field_data_predictions.cc', |
217 'common/form_field_data_predictions.h', | 217 'common/form_field_data_predictions.h', |
218 'common/icon_messages.h', | 218 'common/icon_messages.h', |
219 'common/important_file_writer.cc', | 219 'common/important_file_writer.cc', |
220 'common/important_file_writer.h', | 220 'common/important_file_writer.h', |
221 'common/instant_types.cc', | 221 'common/instant_types.cc', |
222 'common/instant_types.h', | 222 'common/instant_types.h', |
223 'common/json_pref_store.cc', | |
224 'common/json_pref_store.h', | |
225 'common/json_schema_constants.cc', | 223 'common/json_schema_constants.cc', |
226 'common/json_schema_constants.h', | 224 'common/json_schema_constants.h', |
227 'common/json_schema_validator.cc', | 225 'common/json_schema_validator.cc', |
228 'common/json_schema_validator.h', | 226 'common/json_schema_validator.h', |
229 'common/jstemplate_builder.cc', | 227 'common/jstemplate_builder.cc', |
230 'common/jstemplate_builder.h', | 228 'common/jstemplate_builder.h', |
231 'common/localized_error.cc', | 229 'common/localized_error.cc', |
232 'common/localized_error.h', | 230 'common/localized_error.h', |
233 'common/logging_chrome.cc', | 231 'common/logging_chrome.cc', |
234 'common/logging_chrome.h', | 232 'common/logging_chrome.h', |
(...skipping 28 matching lines...) Expand all Loading... |
263 'common/nacl_messages.cc', | 261 'common/nacl_messages.cc', |
264 'common/nacl_messages.h', | 262 'common/nacl_messages.h', |
265 'common/nacl_types.cc', | 263 'common/nacl_types.cc', |
266 'common/nacl_types.h', | 264 'common/nacl_types.h', |
267 'common/password_form_fill_data.cc', | 265 'common/password_form_fill_data.cc', |
268 'common/password_form_fill_data.h', | 266 'common/password_form_fill_data.h', |
269 'common/password_generation_util.cc', | 267 'common/password_generation_util.cc', |
270 'common/password_generation_util.h', | 268 'common/password_generation_util.h', |
271 'common/pepper_flash.cc', | 269 'common/pepper_flash.cc', |
272 'common/pepper_flash.h', | 270 'common/pepper_flash.h', |
273 'common/persistent_pref_store.h', | |
274 'common/pref_store.cc', | |
275 'common/pref_store.h', | |
276 'common/print_messages.cc', | 271 'common/print_messages.cc', |
277 'common/print_messages.h', | 272 'common/print_messages.h', |
278 'common/profiling.cc', | 273 'common/profiling.cc', |
279 'common/profiling.h', | 274 'common/profiling.h', |
280 'common/ref_counted_util.h', | 275 'common/ref_counted_util.h', |
281 'common/render_messages.cc', | 276 'common/render_messages.cc', |
282 'common/render_messages.h', | 277 'common/render_messages.h', |
283 'common/safe_browsing/safebrowsing_messages.h', | 278 'common/safe_browsing/safebrowsing_messages.h', |
284 'common/search_provider.h', | 279 'common/search_provider.h', |
285 'common/service_messages.h', | 280 'common/service_messages.h', |
(...skipping 27 matching lines...) Expand all Loading... |
313 'common/web_resource/web_resource_unpacker.cc', | 308 'common/web_resource/web_resource_unpacker.cc', |
314 'common/web_resource/web_resource_unpacker.h', | 309 'common/web_resource/web_resource_unpacker.h', |
315 'common/worker_thread_ticker.cc', | 310 'common/worker_thread_ticker.cc', |
316 'common/worker_thread_ticker.h', | 311 'common/worker_thread_ticker.h', |
317 'common/zip.cc', # Requires zlib directly. | 312 'common/zip.cc', # Requires zlib directly. |
318 'common/zip.h', | 313 'common/zip.h', |
319 'common/zip_internal.cc', | 314 'common/zip_internal.cc', |
320 'common/zip_internal.h', | 315 'common/zip_internal.h', |
321 'common/zip_reader.cc', | 316 'common/zip_reader.cc', |
322 'common/zip_reader.h', | 317 'common/zip_reader.h', |
| 318 |
| 319 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once |
| 320 # Prefs move is complete and dependencies have been broken. |
| 321 '../base/prefs/json_pref_store.cc', |
| 322 '../base/prefs/json_pref_store.h', |
| 323 '../base/prefs/persistent_pref_store.h', |
| 324 '../base/prefs/pref_store.cc', |
| 325 '../base/prefs/pref_store.h', |
323 ], | 326 ], |
324 'conditions': [ | 327 'conditions': [ |
325 ['OS != "ios"', { | 328 ['OS != "ios"', { |
326 'dependencies': [ | 329 'dependencies': [ |
327 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | 330 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', |
328 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', | 331 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', |
329 '<(DEPTH)/ipc/ipc.gyp:ipc', | 332 '<(DEPTH)/ipc/ipc.gyp:ipc', |
330 '<(DEPTH)/printing/printing.gyp:printing', | 333 '<(DEPTH)/printing/printing.gyp:printing', |
331 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', | 334 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h
', |
332 '<(DEPTH)/third_party/re2/re2.gyp:re2', | 335 '<(DEPTH)/third_party/re2/re2.gyp:re2', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'common/metrics/proto/user_action_event.proto', | 586 'common/metrics/proto/user_action_event.proto', |
584 ], | 587 ], |
585 'variables': { | 588 'variables': { |
586 'proto_in_dir': 'common/metrics/proto', | 589 'proto_in_dir': 'common/metrics/proto', |
587 'proto_out_dir': 'chrome/common/metrics/proto', | 590 'proto_out_dir': 'chrome/common/metrics/proto', |
588 }, | 591 }, |
589 'includes': [ '../build/protoc.gypi' ], | 592 'includes': [ '../build/protoc.gypi' ], |
590 }, | 593 }, |
591 ], | 594 ], |
592 } | 595 } |
OLD | NEW |