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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12498002: InstantExtended: Adding InstantRestrictedIDCache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'common/form_data.cc', 283 'common/form_data.cc',
284 'common/form_data.h', 284 'common/form_data.h',
285 'common/form_data_predictions.cc', 285 'common/form_data_predictions.cc',
286 'common/form_data_predictions.h', 286 'common/form_data_predictions.h',
287 'common/form_field_data.cc', 287 'common/form_field_data.cc',
288 'common/form_field_data.h', 288 'common/form_field_data.h',
289 'common/form_field_data_predictions.cc', 289 'common/form_field_data_predictions.cc',
290 'common/form_field_data_predictions.h', 290 'common/form_field_data_predictions.h',
291 'common/icon_with_badge_image_source.cc', 291 'common/icon_with_badge_image_source.cc',
292 'common/icon_with_badge_image_source.h', 292 'common/icon_with_badge_image_source.h',
293 'chrome/common/instant_restricted_id_cache.h',
293 'common/instant_types.cc', 294 'common/instant_types.cc',
294 'common/instant_types.h', 295 'common/instant_types.h',
295 'common/json_schema_constants.cc', 296 'common/json_schema_constants.cc',
296 'common/json_schema_constants.h', 297 'common/json_schema_constants.h',
297 'common/json_schema_validator.cc', 298 'common/json_schema_validator.cc',
298 'common/json_schema_validator.h', 299 'common/json_schema_validator.h',
299 'common/localized_error.cc', 300 'common/localized_error.cc',
300 'common/localized_error.h', 301 'common/localized_error.h',
301 'common/logging_chrome.cc', 302 'common/logging_chrome.cc',
302 'common/logging_chrome.h', 303 'common/logging_chrome.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'common/metrics/proto/user_action_event.proto', 712 'common/metrics/proto/user_action_event.proto',
712 ], 713 ],
713 'variables': { 714 'variables': {
714 'proto_in_dir': 'common/metrics/proto', 715 'proto_in_dir': 'common/metrics/proto',
715 'proto_out_dir': 'chrome/common/metrics/proto', 716 'proto_out_dir': 'chrome/common/metrics/proto',
716 }, 717 },
717 'includes': [ '../build/protoc.gypi' ], 718 'includes': [ '../build/protoc.gypi' ],
718 }, 719 },
719 ], 720 ],
720 } 721 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | chrome/common/instant_restricted_id_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698