| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'browser/ui/ash/chrome_shell_content_state.cc', | 538 'browser/ui/ash/chrome_shell_content_state.cc', |
| 539 'browser/ui/ash/chrome_shell_content_state.h', | 539 'browser/ui/ash/chrome_shell_content_state.h', |
| 540 'browser/ui/ash/chrome_shell_content_state_chromeos.cc', | 540 'browser/ui/ash/chrome_shell_content_state_chromeos.cc', |
| 541 'browser/ui/ash/chrome_shell_delegate.cc', | 541 'browser/ui/ash/chrome_shell_delegate.cc', |
| 542 'browser/ui/ash/chrome_shell_delegate.h', | 542 'browser/ui/ash/chrome_shell_delegate.h', |
| 543 'browser/ui/ash/chrome_shell_delegate_chromeos.cc', | 543 'browser/ui/ash/chrome_shell_delegate_chromeos.cc', |
| 544 'browser/ui/ash/ime_controller_chromeos.cc', | 544 'browser/ui/ash/ime_controller_chromeos.cc', |
| 545 'browser/ui/ash/ime_controller_chromeos.h', | 545 'browser/ui/ash/ime_controller_chromeos.h', |
| 546 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc', | 546 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc', |
| 547 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h', | 547 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h', |
| 548 'browser/ui/ash/launcher/app_tab_helper.h', |
| 548 'browser/ui/ash/launcher/app_window_launcher_controller.cc', | 549 'browser/ui/ash/launcher/app_window_launcher_controller.cc', |
| 549 'browser/ui/ash/launcher/app_window_launcher_controller.h', | 550 'browser/ui/ash/launcher/app_window_launcher_controller.h', |
| 550 'browser/ui/ash/launcher/app_window_launcher_item_controller.cc', | 551 'browser/ui/ash/launcher/app_window_launcher_item_controller.cc', |
| 551 'browser/ui/ash/launcher/app_window_launcher_item_controller.h', | 552 'browser/ui/ash/launcher/app_window_launcher_item_controller.h', |
| 552 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc', | 553 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc', |
| 553 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h', | 554 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h', |
| 554 'browser/ui/ash/launcher/browser_status_monitor.cc', | 555 'browser/ui/ash/launcher/browser_status_monitor.cc', |
| 555 'browser/ui/ash/launcher/browser_status_monitor.h', | 556 'browser/ui/ash/launcher/browser_status_monitor.h', |
| 556 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc', | 557 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc', |
| 557 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.h', | 558 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.h', |
| (...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3381 ], | 3382 ], |
| 3382 'sources': [ | 3383 'sources': [ |
| 3383 '<@(chrome_browser_ui_non_mobile_sources)', | 3384 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3384 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3385 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3385 ], | 3386 ], |
| 3386 }], | 3387 }], |
| 3387 ], | 3388 ], |
| 3388 }, | 3389 }, |
| 3389 ], | 3390 ], |
| 3390 } | 3391 } |
| OLD | NEW |