OLD | NEW |
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 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2559 'browser/views/extensions/extension_shelf.cc', | 2559 'browser/views/extensions/extension_shelf.cc', |
2560 'browser/views/extensions/extension_shelf.h', | 2560 'browser/views/extensions/extension_shelf.h', |
2561 'browser/views/extensions/extension_view.cc', | 2561 'browser/views/extensions/extension_view.cc', |
2562 'browser/views/extensions/extension_view.h', | 2562 'browser/views/extensions/extension_view.h', |
2563 ], | 2563 ], |
2564 'sources': [ | 2564 'sources': [ |
2565 'browser/net/ssl_config_service_manager_system.cc', | 2565 'browser/net/ssl_config_service_manager_system.cc', |
2566 # Build the necessary GTM sources | 2566 # Build the necessary GTM sources |
2567 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', | 2567 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', |
2568 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', | 2568 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', |
| 2569 '../third_party/GTM/AppKit/GTMIBArray.h', |
| 2570 '../third_party/GTM/AppKit/GTMIBArray.m', |
2569 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 2571 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
2570 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 2572 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
2571 '../third_party/GTM/AppKit/GTMTheme.m', | 2573 '../third_party/GTM/AppKit/GTMTheme.m', |
2572 '../third_party/GTM/AppKit/GTMUILocalizer.h', | 2574 '../third_party/GTM/AppKit/GTMUILocalizer.h', |
2573 '../third_party/GTM/AppKit/GTMUILocalizer.m', | 2575 '../third_party/GTM/AppKit/GTMUILocalizer.m', |
2574 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', | 2576 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', |
2575 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', | 2577 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', |
2576 '../third_party/GTM/AppKit/GTMWindowSheetController.m', | 2578 '../third_party/GTM/AppKit/GTMWindowSheetController.m', |
2577 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', | 2579 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', |
2578 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', | 2580 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', |
(...skipping 4403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6982 ] | 6984 ] |
6983 }], | 6985 }], |
6984 ], # 'conditions' | 6986 ], # 'conditions' |
6985 } | 6987 } |
6986 | 6988 |
6987 # Local Variables: | 6989 # Local Variables: |
6988 # tab-width:2 | 6990 # tab-width:2 |
6989 # indent-tabs-mode:nil | 6991 # indent-tabs-mode:nil |
6990 # End: | 6992 # End: |
6991 # vim: set expandtab tabstop=2 shiftwidth=2: | 6993 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |