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

Side by Side Diff: chrome/browser/extensions/api/api_registration.gyp

Issue 1244343002: Revert of New thin layer of API extension chrome.i18n.detectLanguage (patchset #11 id:300001 of htt… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do revert histograms.xml. Apparently it is OK if it's only been a few hours. Created 5 years, 5 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/browser/extensions/api/DEPS ('k') | chrome/browser/extensions/api/i18n/i18n_api.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //chrome/browser/extensions/api:api_registration 8 # GN version: //chrome/browser/extensions/api:api_registration
9 'target_name': 'chrome_api_registration', 9 'target_name': 'chrome_api_registration',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 17 matching lines...) Expand all
28 '<(DEPTH)/skia/skia.gyp:skia', 28 '<(DEPTH)/skia/skia.gyp:skia',
29 '<(DEPTH)/sync/sync.gyp:sync', 29 '<(DEPTH)/sync/sync.gyp:sync',
30 '<(DEPTH)/ui/accessibility/accessibility.gyp:ax_gen', 30 '<(DEPTH)/ui/accessibility/accessibility.gyp:ax_gen',
31 ], 31 ],
32 'conditions': [ 32 'conditions': [
33 ['chromeos==1', { 33 ['chromeos==1', {
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/components/components.gyp:drive_proto', 35 '<(DEPTH)/components/components.gyp:drive_proto',
36 ], 36 ],
37 }], 37 }],
38 ['cld_version==0 or cld_version==2', {
39 'dependencies': [
40 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl',
41 ],
42 }],
43 ], 38 ],
44 }, 39 },
45 ], 40 ],
46 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/DEPS ('k') | chrome/browser/extensions/api/i18n/i18n_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698