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

Side by Side Diff: chrome/chrome.gyp

Issue 343082: Reverting 30702 - Which was a Revert of 30696.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/cocoa/preferences_window_controller.mm ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 'browser/views/extensions/extension_shelf.cc', 2557 'browser/views/extensions/extension_shelf.cc',
2558 'browser/views/extensions/extension_shelf.h', 2558 'browser/views/extensions/extension_shelf.h',
2559 'browser/views/extensions/extension_view.cc', 2559 'browser/views/extensions/extension_view.cc',
2560 'browser/views/extensions/extension_view.h', 2560 'browser/views/extensions/extension_view.h',
2561 ], 2561 ],
2562 'sources': [ 2562 'sources': [
2563 'browser/net/ssl_config_service_manager_system.cc', 2563 'browser/net/ssl_config_service_manager_system.cc',
2564 # Build the necessary GTM sources 2564 # Build the necessary GTM sources
2565 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', 2565 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
2566 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', 2566 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
2567 '../third_party/GTM/AppKit/GTMIBArray.h',
2568 '../third_party/GTM/AppKit/GTMIBArray.m',
2567 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', 2569 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
2568 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', 2570 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
2569 '../third_party/GTM/AppKit/GTMTheme.m', 2571 '../third_party/GTM/AppKit/GTMTheme.m',
2570 '../third_party/GTM/AppKit/GTMUILocalizer.h', 2572 '../third_party/GTM/AppKit/GTMUILocalizer.h',
2571 '../third_party/GTM/AppKit/GTMUILocalizer.m', 2573 '../third_party/GTM/AppKit/GTMUILocalizer.m',
2572 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', 2574 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
2573 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', 2575 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
2574 '../third_party/GTM/AppKit/GTMWindowSheetController.m', 2576 '../third_party/GTM/AppKit/GTMWindowSheetController.m',
2575 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', 2577 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
2576 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', 2578 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
(...skipping 4376 matching lines...) Expand 10 before | Expand all | Expand 10 after
6953 ] 6955 ]
6954 }], 6956 }],
6955 ], # 'conditions' 6957 ], # 'conditions'
6956 } 6958 }
6957 6959
6958 # Local Variables: 6960 # Local Variables:
6959 # tab-width:2 6961 # tab-width:2
6960 # indent-tabs-mode:nil 6962 # indent-tabs-mode:nil
6961 # End: 6963 # End:
6962 # vim: set expandtab tabstop=2 shiftwidth=2: 6964 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/preferences_window_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698