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

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: Change to RefCountedThreadSafe 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'chrome_resources', 416 'chrome_resources',
417 'chrome_strings', 417 'chrome_strings',
418 '../base/base.gyp:base', 418 '../base/base.gyp:base',
419 '../net/net.gyp:http_server', 419 '../net/net.gyp:http_server',
420 '../net/net.gyp:net', 420 '../net/net.gyp:net',
421 'theme_resources', 421 'theme_resources',
422 'theme_resources_standard', 422 'theme_resources_standard',
423 '../skia/skia.gyp:skia', 423 '../skia/skia.gyp:skia',
424 '../third_party/icu/icu.gyp:icui18n', 424 '../third_party/icu/icu.gyp:icui18n',
425 '../third_party/icu/icu.gyp:icuuc', 425 '../third_party/icu/icu.gyp:icuuc',
426 '../third_party/leveldb/leveldb.gyp:leveldb',
426 ], 427 ],
427 'include_dirs': [ 428 'include_dirs': [
428 '..', 429 '..',
429 ], 430 ],
430 'sources': [ 431 'sources': [
431 'browser/debugger/browser_list_tabcontents_provider.cc', 432 'browser/debugger/browser_list_tabcontents_provider.cc',
432 'browser/debugger/browser_list_tabcontents_provider.h', 433 'browser/debugger/browser_list_tabcontents_provider.h',
433 'browser/debugger/debugger_remote_service.cc', 434 'browser/debugger/debugger_remote_service.cc',
434 'browser/debugger/debugger_remote_service.h', 435 'browser/debugger/debugger_remote_service.h',
435 'browser/debugger/devtools_file_util.cc', 436 'browser/debugger/devtools_file_util.cc',
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 'destination': '<(PRODUCT_DIR)', 1686 'destination': '<(PRODUCT_DIR)',
1686 'files': [ 1687 'files': [
1687 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1688 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1688 ], 1689 ],
1689 }, 1690 },
1690 ], 1691 ],
1691 }], # targets 1692 }], # targets
1692 }], # os_posix == 1 and OS != "mac" 1693 }], # os_posix == 1 and OS != "mac"
1693 ], # 'conditions' 1694 ], # 'conditions'
1694 } 1695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698