Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'files_icon_button', | 7 'target_name': 'files_icon_button', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co mpiled_resources2.gyp:iron-button-state-extracted', | 9 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co mpiled_resources2.gyp:iron-button-state-extracted', |
| 10 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co mpiled_resources2.gyp:iron-control-state-extracted', | 10 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co mpiled_resources2.gyp:iron-control-state-extracted', |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 22 { | 22 { |
| 23 'target_name': 'files_quick_view', | 23 'target_name': 'files_quick_view', |
| 24 'dependencies': [ | 24 'dependencies': [ |
| 25 'files_metadata_box', | 25 'files_metadata_box', |
| 26 ], | 26 ], |
| 27 'includes': ['../../../compile_js2.gypi'], | 27 'includes': ['../../../compile_js2.gypi'], |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 'target_name': 'files_ripple', | 30 'target_name': 'files_ripple', |
| 31 'dependencies': [ | 31 'dependencies': [ |
| 32 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp iled_resources2.gyp:paper-ripple-extracted', | 32 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-ripple/comp iled_resources2.gyp:paper-ripple-extracted', |
|
oka
2017/02/23 06:40:43
Could you remove this line?
oka
2017/02/23 06:41:30
(I've locally confirmed that code compiles after t
Dan Beam
2017/02/23 20:01:15
Done.
| |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 34 '<(EXTERNS_GYP):web_animations', | |
| 34 ], | 35 ], |
| 35 'includes': ['../../../compile_js2.gypi'], | 36 'includes': ['../../../compile_js2.gypi'], |
| 36 }, | 37 }, |
| 37 { | 38 { |
| 38 'target_name': 'files_safe_media', | 39 'target_name': 'files_safe_media', |
| 39 'includes': ['../../../compile_js2.gypi'], | 40 'includes': ['../../../compile_js2.gypi'], |
| 40 }, | 41 }, |
| 41 { | 42 { |
| 42 'target_name': 'files_safe_media_webview_content', | 43 'target_name': 'files_safe_media_webview_content', |
| 43 'includes': ['../../../compile_js2.gypi'], | 44 'includes': ['../../../compile_js2.gypi'], |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 55 '<(EXTERNS_GYP):web_animations', | 56 '<(EXTERNS_GYP):web_animations', |
| 56 ], | 57 ], |
| 57 'includes': ['../../../compile_js2.gypi'], | 58 'includes': ['../../../compile_js2.gypi'], |
| 58 }, | 59 }, |
| 59 { | 60 { |
| 60 'target_name': 'files_tooltip', | 61 'target_name': 'files_tooltip', |
| 61 'includes': ['../../../compile_js2.gypi'], | 62 'includes': ['../../../compile_js2.gypi'], |
| 62 }, | 63 }, |
| 63 ], | 64 ], |
| 64 } | 65 } |
| OLD | NEW |