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

Side by Side Diff: chrome/chrome_common.gypi

Issue 113803003: Add <link rel=next> support to prerender. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix memory leak Created 6 years, 10 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
« no previous file with comments | « chrome/browser/prerender/prerender_unittest.cc ('k') | chrome/common/prerender_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'common/omaha_query_params/omaha_query_params.h', 320 'common/omaha_query_params/omaha_query_params.h',
321 'common/omnibox_focus_state.h', 321 'common/omnibox_focus_state.h',
322 'common/partial_circular_buffer.cc', 322 'common/partial_circular_buffer.cc',
323 'common/partial_circular_buffer.h', 323 'common/partial_circular_buffer.h',
324 'common/pepper_flash.cc', 324 'common/pepper_flash.cc',
325 'common/pepper_flash.h', 325 'common/pepper_flash.h',
326 'common/pepper_permission_util.cc', 326 'common/pepper_permission_util.cc',
327 'common/pepper_permission_util.h', 327 'common/pepper_permission_util.h',
328 'common/pref_names_util.cc', 328 'common/pref_names_util.cc',
329 'common/pref_names_util.h', 329 'common/pref_names_util.h',
330 'common/prerender_types.h',
330 'common/print_messages.cc', 331 'common/print_messages.cc',
331 'common/print_messages.h', 332 'common/print_messages.h',
332 'common/profiling.cc', 333 'common/profiling.cc',
333 'common/profiling.h', 334 'common/profiling.h',
334 'common/ref_counted_util.h', 335 'common/ref_counted_util.h',
335 'common/render_messages.cc', 336 'common/render_messages.cc',
336 'common/render_messages.h', 337 'common/render_messages.h',
337 'common/safe_browsing/download_protection_util.cc', 338 'common/safe_browsing/download_protection_util.cc',
338 'common/safe_browsing/download_protection_util.h', 339 'common/safe_browsing/download_protection_util.h',
339 'common/safe_browsing/safebrowsing_messages.h', 340 'common/safe_browsing/safebrowsing_messages.h',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'common/metrics/proto/user_action_event.proto', 743 'common/metrics/proto/user_action_event.proto',
743 ], 744 ],
744 'variables': { 745 'variables': {
745 'proto_in_dir': 'common/metrics/proto', 746 'proto_in_dir': 'common/metrics/proto',
746 'proto_out_dir': 'chrome/common/metrics/proto', 747 'proto_out_dir': 'chrome/common/metrics/proto',
747 }, 748 },
748 'includes': [ '../build/protoc.gypi' ], 749 'includes': [ '../build/protoc.gypi' ],
749 }, 750 },
750 ], 751 ],
751 } 752 }
OLDNEW
« no previous file with comments | « chrome/browser/prerender/prerender_unittest.cc ('k') | chrome/common/prerender_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698