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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1442433003: Add "Show saved copy" button in dino page when there's offline copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update button color for "Show all saved pages" per UI review Created 5 years 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
« no previous file with comments | « chrome/browser/net/net_error_tab_helper.cc ('k') | chrome/common/localized_error.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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 '<(DEPTH)/base/base.gyp:base_static', 320 '<(DEPTH)/base/base.gyp:base_static',
321 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 321 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
322 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 322 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
323 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 323 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
324 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 324 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
325 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config', 325 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config',
326 '<(DEPTH)/components/components.gyp:cloud_devices_common', 326 '<(DEPTH)/components/components.gyp:cloud_devices_common',
327 '<(DEPTH)/components/components.gyp:component_updater', 327 '<(DEPTH)/components/components.gyp:component_updater',
328 '<(DEPTH)/components/components.gyp:content_settings_core_common', 328 '<(DEPTH)/components/components.gyp:content_settings_core_common',
329 '<(DEPTH)/components/components.gyp:crash_core_common', 329 '<(DEPTH)/components/components.gyp:crash_core_common',
330 '<(DEPTH)/components/components.gyp:error_page_common',
330 '<(DEPTH)/components/components.gyp:favicon_base', 331 '<(DEPTH)/components/components.gyp:favicon_base',
331 '<(DEPTH)/components/components.gyp:gcm_driver_common', 332 '<(DEPTH)/components/components.gyp:gcm_driver_common',
332 '<(DEPTH)/components/components.gyp:json_schema', 333 '<(DEPTH)/components/components.gyp:json_schema',
333 '<(DEPTH)/components/components.gyp:metrics', 334 '<(DEPTH)/components/components.gyp:metrics',
334 '<(DEPTH)/components/components.gyp:metrics_net', 335 '<(DEPTH)/components/components.gyp:metrics_net',
335 '<(DEPTH)/components/components.gyp:omnibox_common', 336 '<(DEPTH)/components/components.gyp:omnibox_common',
336 '<(DEPTH)/components/components.gyp:policy_component_common', 337 '<(DEPTH)/components/components.gyp:policy_component_common',
337 '<(DEPTH)/components/components.gyp:translate_core_common', 338 '<(DEPTH)/components/components.gyp:translate_core_common',
338 '<(DEPTH)/components/components.gyp:variations', 339 '<(DEPTH)/components/components.gyp:variations',
339 '<(DEPTH)/components/components.gyp:version_info', 340 '<(DEPTH)/components/components.gyp:version_info',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'sources': [ 645 'sources': [
645 'common/resource_usage_reporter.mojom', 646 'common/resource_usage_reporter.mojom',
646 ], 647 ],
647 'dependencies': [ 648 'dependencies': [
648 '../mojo/mojo_base.gyp:mojo_environment_chromium', 649 '../mojo/mojo_base.gyp:mojo_environment_chromium',
649 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 650 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
650 ], 651 ],
651 }, 652 },
652 ], 653 ],
653 } 654 }
OLDNEW
« no previous file with comments | « chrome/browser/net/net_error_tab_helper.cc ('k') | chrome/common/localized_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698