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

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: Make clang happy Created 9 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 | 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'chrome_strings', 418 'chrome_strings',
419 'theme_resources', 419 'theme_resources',
420 'theme_resources_standard', 420 'theme_resources_standard',
421 '../base/base.gyp:base', 421 '../base/base.gyp:base',
422 '../content/content.gyp:content_browser', 422 '../content/content.gyp:content_browser',
423 '../net/net.gyp:http_server', 423 '../net/net.gyp:http_server',
424 '../net/net.gyp:net', 424 '../net/net.gyp:net',
425 '../skia/skia.gyp:skia', 425 '../skia/skia.gyp:skia',
426 '../third_party/icu/icu.gyp:icui18n', 426 '../third_party/icu/icu.gyp:icui18n',
427 '../third_party/icu/icu.gyp:icuuc', 427 '../third_party/icu/icu.gyp:icuuc',
428 '../third_party/leveldb/leveldb.gyp:leveldb',
428 ], 429 ],
429 'include_dirs': [ 430 'include_dirs': [
430 '..', 431 '..',
431 ], 432 ],
432 'sources': [ 433 'sources': [
433 'browser/debugger/browser_list_tabcontents_provider.cc', 434 'browser/debugger/browser_list_tabcontents_provider.cc',
434 'browser/debugger/browser_list_tabcontents_provider.h', 435 'browser/debugger/browser_list_tabcontents_provider.h',
435 'browser/debugger/debugger_remote_service.cc', 436 'browser/debugger/debugger_remote_service.cc',
436 'browser/debugger/debugger_remote_service.h', 437 'browser/debugger/debugger_remote_service.h',
437 'browser/debugger/devtools_file_util.cc', 438 'browser/debugger/devtools_file_util.cc',
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 'destination': '<(PRODUCT_DIR)', 1706 'destination': '<(PRODUCT_DIR)',
1706 'files': [ 1707 'files': [
1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1708 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1708 ], 1709 ],
1709 }, 1710 },
1710 ], 1711 ],
1711 }], # targets 1712 }], # targets
1712 }], # os_posix == 1 and OS != "mac" 1713 }], # os_posix == 1 and OS != "mac"
1713 ], # 'conditions' 1714 ], # 'conditions'
1714 } 1715 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/extensions/extension_popup_controller_unittest.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698