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 'feature_defines': [ | 7 'feature_defines': [ |
8 'ENABLE_CHANNEL_MESSAGING=1', | 8 'ENABLE_CHANNEL_MESSAGING=1', |
9 'ENABLE_DATABASE=1', | 9 'ENABLE_DATABASE=1', |
10 'ENABLE_DASHBOARD_SUPPORT=0', | 10 'ENABLE_DASHBOARD_SUPPORT=0', |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 'action_name': 'UserAgentStyleSheets', | 510 'action_name': 'UserAgentStyleSheets', |
511 'inputs': [ | 511 'inputs': [ |
512 '../third_party/WebKit/WebCore/css/make-css-file-arrays.pl', | 512 '../third_party/WebKit/WebCore/css/make-css-file-arrays.pl', |
513 '../third_party/WebKit/WebCore/css/html4.css', | 513 '../third_party/WebKit/WebCore/css/html4.css', |
514 '../third_party/WebKit/WebCore/css/quirks.css', | 514 '../third_party/WebKit/WebCore/css/quirks.css', |
515 '../third_party/WebKit/WebCore/css/view-source.css', | 515 '../third_party/WebKit/WebCore/css/view-source.css', |
516 '../third_party/WebKit/WebCore/css/themeWin.css', | 516 '../third_party/WebKit/WebCore/css/themeWin.css', |
517 '../third_party/WebKit/WebCore/css/themeWinQuirks.css', | 517 '../third_party/WebKit/WebCore/css/themeWinQuirks.css', |
518 '../third_party/WebKit/WebCore/css/svg.css', | 518 '../third_party/WebKit/WebCore/css/svg.css', |
519 '../third_party/WebKit/WebCore/css/mediaControls.css', | 519 '../third_party/WebKit/WebCore/css/mediaControls.css', |
| 520 '../third_party/WebKit/WebCore/css/mediaControlsChromium.css', |
520 ], | 521 ], |
521 'outputs': [ | 522 'outputs': [ |
522 '<(INTERMEDIATE_DIR)/UserAgentStyleSheets.h', | 523 '<(INTERMEDIATE_DIR)/UserAgentStyleSheets.h', |
523 '<(INTERMEDIATE_DIR)/UserAgentStyleSheetsData.cpp', | 524 '<(INTERMEDIATE_DIR)/UserAgentStyleSheetsData.cpp', |
524 ], | 525 ], |
525 'action': ['python', 'build/action_useragentstylesheets.py', '<@(_outp
uts)', '--', '<@(_inputs)'], | 526 'action': ['python', 'build/action_useragentstylesheets.py', '<@(_outp
uts)', '--', '<@(_inputs)'], |
526 'process_outputs_as_sources': 1, | 527 'process_outputs_as_sources': 1, |
527 }, | 528 }, |
528 { | 529 { |
529 'action_name': 'XLinkNames', | 530 'action_name': 'XLinkNames', |
(...skipping 4308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4838 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4839 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
4839 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4840 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
4840 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4841 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
4841 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4842 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
4842 ], | 4843 ], |
4843 }, | 4844 }, |
4844 ], | 4845 ], |
4845 }, | 4846 }, |
4846 ], | 4847 ], |
4847 } | 4848 } |
OLD | NEW |