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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12386019: Instant: Use only one hidden WebContents per profile. (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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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': {
11 'chrome_common_target': 1, 11 'chrome_common_target': 1,
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'common/extensions/user_script.cc', 273 'common/extensions/user_script.cc',
274 'common/extensions/user_script.h', 274 'common/extensions/user_script.h',
275 'common/extensions/value_counter.cc', 275 'common/extensions/value_counter.cc',
276 'common/extensions/value_counter.h', 276 'common/extensions/value_counter.h',
277 'common/extensions/web_accessible_resources_handler.cc', 277 'common/extensions/web_accessible_resources_handler.cc',
278 'common/extensions/web_accessible_resources_handler.h', 278 'common/extensions/web_accessible_resources_handler.h',
279 'common/external_ipc_fuzzer.h', 279 'common/external_ipc_fuzzer.h',
280 'common/external_ipc_fuzzer.cc', 280 'common/external_ipc_fuzzer.cc',
281 'common/icon_with_badge_image_source.cc', 281 'common/icon_with_badge_image_source.cc',
282 'common/icon_with_badge_image_source.h', 282 'common/icon_with_badge_image_source.h',
283 'common/instant_messages.h',
283 'common/instant_types.cc', 284 'common/instant_types.cc',
284 'common/instant_types.h', 285 'common/instant_types.h',
285 'common/json_schema_constants.cc', 286 'common/json_schema_constants.cc',
286 'common/json_schema_constants.h', 287 'common/json_schema_constants.h',
287 'common/json_schema_validator.cc', 288 'common/json_schema_validator.cc',
288 'common/json_schema_validator.h', 289 'common/json_schema_validator.h',
289 'common/localized_error.cc', 290 'common/localized_error.cc',
290 'common/localized_error.h', 291 'common/localized_error.h',
291 'common/logging_chrome.cc', 292 'common/logging_chrome.cc',
292 'common/logging_chrome.h', 293 'common/logging_chrome.h',
(...skipping 26 matching lines...) Expand all
319 'common/multi_process_lock.h', 320 'common/multi_process_lock.h',
320 'common/multi_process_lock_linux.cc', 321 'common/multi_process_lock_linux.cc',
321 'common/multi_process_lock_mac.cc', 322 'common/multi_process_lock_mac.cc',
322 'common/multi_process_lock_win.cc', 323 'common/multi_process_lock_win.cc',
323 'common/nacl_cmd_line.cc', 324 'common/nacl_cmd_line.cc',
324 'common/nacl_cmd_line.h', 325 'common/nacl_cmd_line.h',
325 'common/nacl_messages.cc', 326 'common/nacl_messages.cc',
326 'common/nacl_messages.h', 327 'common/nacl_messages.h',
327 'common/nacl_types.cc', 328 'common/nacl_types.cc',
328 'common/nacl_types.h', 329 'common/nacl_types.h',
330 'common/omnibox_types.h',
329 'common/one_click_signin_messages.h', 331 'common/one_click_signin_messages.h',
330 'common/password_generation_util.cc', 332 'common/password_generation_util.cc',
331 'common/password_generation_util.h', 333 'common/password_generation_util.h',
332 'common/pepper_flash.cc', 334 'common/pepper_flash.cc',
333 'common/pepper_flash.h', 335 'common/pepper_flash.h',
334 'common/pref_names_util.cc', 336 'common/pref_names_util.cc',
335 'common/pref_names_util.h', 337 'common/pref_names_util.h',
336 'common/print_messages.cc', 338 'common/print_messages.cc',
337 'common/print_messages.h', 339 'common/print_messages.h',
338 'common/profiling.cc', 340 'common/profiling.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'common/metrics/proto/user_action_event.proto', 708 'common/metrics/proto/user_action_event.proto',
707 ], 709 ],
708 'variables': { 710 'variables': {
709 'proto_in_dir': 'common/metrics/proto', 711 'proto_in_dir': 'common/metrics/proto',
710 'proto_out_dir': 'chrome/common/metrics/proto', 712 'proto_out_dir': 'chrome/common/metrics/proto',
711 }, 713 },
712 'includes': [ '../build/protoc.gypi' ], 714 'includes': [ '../build/protoc.gypi' ],
713 }, 715 },
714 ], 716 ],
715 } 717 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698