| 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'],
|
| },
|
|
|