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

Side by Side Diff: chrome/chrome.gyp

Issue 7189029: Implement an initial extension settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: dgrogan comments #2, mihai comments #1 Created 9 years, 6 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'chrome_resources', 423 'chrome_resources',
424 'chrome_strings', 424 'chrome_strings',
425 '../base/base.gyp:base', 425 '../base/base.gyp:base',
426 '../net/net.gyp:http_server', 426 '../net/net.gyp:http_server',
427 '../net/net.gyp:net', 427 '../net/net.gyp:net',
428 'theme_resources', 428 'theme_resources',
429 'theme_resources_standard', 429 'theme_resources_standard',
430 '../skia/skia.gyp:skia', 430 '../skia/skia.gyp:skia',
431 '../third_party/icu/icu.gyp:icui18n', 431 '../third_party/icu/icu.gyp:icui18n',
432 '../third_party/icu/icu.gyp:icuuc', 432 '../third_party/icu/icu.gyp:icuuc',
433 '../third_party/leveldb/leveldb.gyp:leveldb',
433 ], 434 ],
434 'include_dirs': [ 435 'include_dirs': [
435 '..', 436 '..',
436 ], 437 ],
437 'sources': [ 438 'sources': [
438 'browser/debugger/browser_list_tabcontents_provider.cc', 439 'browser/debugger/browser_list_tabcontents_provider.cc',
439 'browser/debugger/browser_list_tabcontents_provider.h', 440 'browser/debugger/browser_list_tabcontents_provider.h',
440 'browser/debugger/debugger_remote_service.cc', 441 'browser/debugger/debugger_remote_service.cc',
441 'browser/debugger/debugger_remote_service.h', 442 'browser/debugger/debugger_remote_service.h',
442 'browser/debugger/devtools_client_host.cc', 443 'browser/debugger/devtools_client_host.cc',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 }], # targets 1673 }], # targets
1673 }], # os_posix == 1 and OS != "mac" 1674 }], # os_posix == 1 and OS != "mac"
1674 ], # 'conditions' 1675 ], # 'conditions'
1675 } 1676 }
1676 1677
1677 # Local Variables: 1678 # Local Variables:
1678 # tab-width:2 1679 # tab-width:2
1679 # indent-tabs-mode:nil 1680 # indent-tabs-mode:nil
1680 # End: 1681 # End:
1681 # vim: set expandtab tabstop=2 shiftwidth=2: 1682 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698