Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: chrome/chrome_common.gypi

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS DEPS Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 18 matching lines...) Expand all
29 'metrics_proto', 29 'metrics_proto',
30 '<(DEPTH)/base/base.gyp:base', 30 '<(DEPTH)/base/base.gyp:base',
31 '<(DEPTH)/base/base.gyp:base_i18n', 31 '<(DEPTH)/base/base.gyp:base_i18n',
32 '<(DEPTH)/base/base.gyp:base_prefs', 32 '<(DEPTH)/base/base.gyp:base_prefs',
33 '<(DEPTH)/base/base.gyp:base_static', 33 '<(DEPTH)/base/base.gyp:base_static',
34 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 34 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
39 '<(DEPTH)/components/components.gyp:autofill_common',
39 '<(DEPTH)/components/components.gyp:visitedlink_common', 40 '<(DEPTH)/components/components.gyp:visitedlink_common',
40 '<(DEPTH)/content/content.gyp:content_common', 41 '<(DEPTH)/content/content.gyp:content_common',
41 '<(DEPTH)/net/net.gyp:net', 42 '<(DEPTH)/net/net.gyp:net',
42 '<(DEPTH)/skia/skia.gyp:skia', 43 '<(DEPTH)/skia/skia.gyp:skia',
43 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', 44 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2',
44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 48 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../extensions/common/matcher/url_matcher_helpers.cc', 82 '../extensions/common/matcher/url_matcher_helpers.cc',
82 '../extensions/common/matcher/url_matcher_helpers.h', 83 '../extensions/common/matcher/url_matcher_helpers.h',
83 '../extensions/common/url_pattern.cc', 84 '../extensions/common/url_pattern.cc',
84 '../extensions/common/url_pattern.h', 85 '../extensions/common/url_pattern.h',
85 '../extensions/common/url_pattern_set.cc', 86 '../extensions/common/url_pattern_set.cc',
86 '../extensions/common/url_pattern_set.h', 87 '../extensions/common/url_pattern_set.h',
87 'common/all_messages.h', 88 'common/all_messages.h',
88 'common/attrition_experiments.h', 89 'common/attrition_experiments.h',
89 'common/auto_start_linux.cc', 90 'common/auto_start_linux.cc',
90 'common/auto_start_linux.h', 91 'common/auto_start_linux.h',
91 'common/autofill/autocheckout_status.h',
92 'common/autofill/web_element_descriptor.cc',
93 'common/autofill/web_element_descriptor.h',
94 'common/autofill_messages.h',
95 'common/automation_constants.cc', 92 'common/automation_constants.cc',
96 'common/automation_constants.h', 93 'common/automation_constants.h',
97 'common/automation_events.cc', 94 'common/automation_events.cc',
98 'common/automation_events.h', 95 'common/automation_events.h',
99 'common/automation_id.cc', 96 'common/automation_id.cc',
100 'common/automation_id.h', 97 'common/automation_id.h',
101 'common/automation_messages.cc', 98 'common/automation_messages.cc',
102 'common/automation_messages.h', 99 'common/automation_messages.h',
103 'common/automation_messages_internal.h', 100 'common/automation_messages_internal.h',
104 'common/badge_util.cc', 101 'common/badge_util.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'common/extensions/update_manifest.cc', 270 'common/extensions/update_manifest.cc',
274 'common/extensions/update_manifest.h', 271 'common/extensions/update_manifest.h',
275 'common/extensions/user_script.cc', 272 'common/extensions/user_script.cc',
276 'common/extensions/user_script.h', 273 'common/extensions/user_script.h',
277 'common/extensions/value_counter.cc', 274 'common/extensions/value_counter.cc',
278 'common/extensions/value_counter.h', 275 'common/extensions/value_counter.h',
279 'common/extensions/web_accessible_resources_handler.cc', 276 'common/extensions/web_accessible_resources_handler.cc',
280 'common/extensions/web_accessible_resources_handler.h', 277 'common/extensions/web_accessible_resources_handler.h',
281 'common/external_ipc_fuzzer.h', 278 'common/external_ipc_fuzzer.h',
282 'common/external_ipc_fuzzer.cc', 279 'common/external_ipc_fuzzer.cc',
283 'common/form_data.cc',
284 'common/form_data.h',
285 'common/form_data_predictions.cc',
286 'common/form_data_predictions.h',
287 'common/form_field_data.cc',
288 'common/form_field_data.h',
289 'common/form_field_data_predictions.cc',
290 'common/form_field_data_predictions.h',
291 'common/icon_with_badge_image_source.cc', 280 'common/icon_with_badge_image_source.cc',
292 'common/icon_with_badge_image_source.h', 281 'common/icon_with_badge_image_source.h',
293 'common/instant_types.cc', 282 'common/instant_types.cc',
294 'common/instant_types.h', 283 'common/instant_types.h',
295 'common/json_schema_constants.cc', 284 'common/json_schema_constants.cc',
296 'common/json_schema_constants.h', 285 'common/json_schema_constants.h',
297 'common/json_schema_validator.cc', 286 'common/json_schema_validator.cc',
298 'common/json_schema_validator.h', 287 'common/json_schema_validator.h',
299 'common/localized_error.cc', 288 'common/localized_error.cc',
300 'common/localized_error.h', 289 'common/localized_error.h',
(...skipping 29 matching lines...) Expand all
330 'common/multi_process_lock_linux.cc', 319 'common/multi_process_lock_linux.cc',
331 'common/multi_process_lock_mac.cc', 320 'common/multi_process_lock_mac.cc',
332 'common/multi_process_lock_win.cc', 321 'common/multi_process_lock_win.cc',
333 'common/nacl_cmd_line.cc', 322 'common/nacl_cmd_line.cc',
334 'common/nacl_cmd_line.h', 323 'common/nacl_cmd_line.h',
335 'common/nacl_messages.cc', 324 'common/nacl_messages.cc',
336 'common/nacl_messages.h', 325 'common/nacl_messages.h',
337 'common/nacl_types.cc', 326 'common/nacl_types.cc',
338 'common/nacl_types.h', 327 'common/nacl_types.h',
339 'common/one_click_signin_messages.h', 328 'common/one_click_signin_messages.h',
340 'common/password_form_fill_data.cc',
341 'common/password_form_fill_data.h',
342 'common/password_generation_util.cc', 329 'common/password_generation_util.cc',
343 'common/password_generation_util.h', 330 'common/password_generation_util.h',
344 'common/pepper_flash.cc', 331 'common/pepper_flash.cc',
345 'common/pepper_flash.h', 332 'common/pepper_flash.h',
346 'common/pref_names_util.cc', 333 'common/pref_names_util.cc',
347 'common/pref_names_util.h', 334 'common/pref_names_util.h',
348 'common/print_messages.cc', 335 'common/print_messages.cc',
349 'common/print_messages.h', 336 'common/print_messages.h',
350 'common/profiling.cc', 337 'common/profiling.cc',
351 'common/profiling.h', 338 'common/profiling.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 ], 507 ],
521 }], 508 }],
522 ['remoting==1', { 509 ['remoting==1', {
523 'dependencies': [ 510 'dependencies': [
524 '../remoting/remoting.gyp:remoting_client_plugin', 511 '../remoting/remoting.gyp:remoting_client_plugin',
525 ], 512 ],
526 }], 513 }],
527 ['enable_automation==0', { 514 ['enable_automation==0', {
528 'sources/': [ 515 'sources/': [
529 ['exclude', '^common/automation_'] 516 ['exclude', '^common/automation_']
530 » ] 517 ]
531 }], 518 }],
532 ['use_system_nspr==1', { 519 ['use_system_nspr==1', {
533 'dependencies': [ 520 'dependencies': [
534 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr', 521 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
535 ], 522 ],
536 }], 523 }],
537 ], 524 ],
538 'target_conditions': [ 525 'target_conditions': [
539 ['OS == "ios"', { 526 ['OS == "ios"', {
540 'sources/': [ 527 'sources/': [
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'common/metrics/proto/user_action_event.proto', 702 'common/metrics/proto/user_action_event.proto',
716 ], 703 ],
717 'variables': { 704 'variables': {
718 'proto_in_dir': 'common/metrics/proto', 705 'proto_in_dir': 'common/metrics/proto',
719 'proto_out_dir': 'chrome/common/metrics/proto', 706 'proto_out_dir': 'chrome/common/metrics/proto',
720 }, 707 },
721 'includes': [ '../build/protoc.gypi' ], 708 'includes': [ '../build/protoc.gypi' ],
722 }, 709 },
723 ], 710 ],
724 } 711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698