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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp

Issue 1963503002: MD WebUI: Add shared cr-toolbar element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style review comments Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
diff --git a/chrome/browser/resources/chromeos/braille_ime/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
similarity index 61%
copy from chrome/browser/resources/chromeos/braille_ime/compiled_resources2.gyp
copy to ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
index b02b750ec0d1ab2bc8ad09c686e0cde672d2873d..26d140f7c38b1d1753d00f1550515a19cb6af2e6 100644
--- a/chrome/browser/resources/chromeos/braille_ime/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp
@@ -4,21 +4,16 @@
{
'targets': [
{
- 'target_name': 'braille_ime',
+ 'target_name': 'cr_toolbar_search_field',
'dependencies': [
- '<(EXTERNS_GYP):chrome_extensions',
- 'externs',
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp:cr_search_field_behavior',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'externs',
- 'includes': ['../../../../../third_party/closure_compiler/include_js.gypi'],
- },
- {
- 'target_name': 'main',
+ 'target_name': 'cr_toolbar',
'dependencies': [
- 'braille_ime',
+ 'cr_toolbar_search_field',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698