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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1285313003: [Offline pages] Wiring saving and opening offline page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 5 years, 4 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
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3635 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 '../net/net.gyp:net_browser_services', 3646 '../net/net.gyp:net_browser_services',
3647 ] 3647 ]
3648 }], 3648 }],
3649 ['OS=="android"', { 3649 ['OS=="android"', {
3650 'dependencies': [ 3650 'dependencies': [
3651 '../build/android/ndk.gyp:cpu_features', 3651 '../build/android/ndk.gyp:cpu_features',
3652 '../components/components.gyp:cdm_browser', 3652 '../components/components.gyp:cdm_browser',
3653 '../components/components.gyp:data_reduction_proxy_content', 3653 '../components/components.gyp:data_reduction_proxy_content',
3654 '../components/components.gyp:enhanced_bookmarks', 3654 '../components/components.gyp:enhanced_bookmarks',
3655 '../components/components.gyp:offline_pages', 3655 '../components/components.gyp:offline_pages',
3656 '../components/components.gyp:offline_pages_enums_java',
3657 '../components/components.gyp:precache_content', 3656 '../components/components.gyp:precache_content',
3658 '../components/components.gyp:precache_core', 3657 '../components/components.gyp:precache_core',
3659 '../components/components.gyp:service_tab_launcher', 3658 '../components/components.gyp:service_tab_launcher',
3660 '../components/components.gyp:toolbar', 3659 '../components/components.gyp:toolbar',
3661 '../components/components.gyp:web_contents_delegate_android', 3660 '../components/components.gyp:web_contents_delegate_android',
3662 '../components/components_resources.gyp:components_resources', 3661 '../components/components_resources.gyp:components_resources',
3663 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3662 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3664 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3663 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3665 'chrome_browser_jni_headers', 3664 'chrome_browser_jni_headers',
3666 'client_discourse_context_proto', 3665 'client_discourse_context_proto',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
4082 '../components/components.gyp:omnibox_browser', 4081 '../components/components.gyp:omnibox_browser',
4083 '../components/components.gyp:rlz', 4082 '../components/components.gyp:rlz',
4084 '../components/components.gyp:search_engines', 4083 '../components/components.gyp:search_engines',
4085 '../rlz/rlz.gyp:rlz_lib', 4084 '../rlz/rlz.gyp:rlz_lib',
4086 ], 4085 ],
4087 }, 4086 },
4088 ], 4087 ],
4089 }], 4088 }],
4090 ], 4089 ],
4091 } 4090 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698