| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'browser/ui/commands/show_signin_command.h', | 380 'browser/ui/commands/show_signin_command.h', |
| 381 'browser/ui/commands/show_signin_command.mm', | 381 'browser/ui/commands/show_signin_command.mm', |
| 382 'browser/ui/file_locations.h', | 382 'browser/ui/file_locations.h', |
| 383 'browser/ui/file_locations.mm', | 383 'browser/ui/file_locations.mm', |
| 384 'browser/ui/image_util.h', | 384 'browser/ui/image_util.h', |
| 385 'browser/ui/image_util.mm', | 385 'browser/ui/image_util.mm', |
| 386 'browser/ui/keyboard/hardware_keyboard_watcher.h', | 386 'browser/ui/keyboard/hardware_keyboard_watcher.h', |
| 387 'browser/ui/keyboard/hardware_keyboard_watcher.mm', | 387 'browser/ui/keyboard/hardware_keyboard_watcher.mm', |
| 388 'browser/ui/native_content_controller.h', | 388 'browser/ui/native_content_controller.h', |
| 389 'browser/ui/native_content_controller.mm', | 389 'browser/ui/native_content_controller.mm', |
| 390 'browser/ui/omnibox/web_omnibox_edit_controller.cc', |
| 391 'browser/ui/omnibox/web_omnibox_edit_controller.h', |
| 390 'browser/ui/orientation_limiting_navigation_controller.h', | 392 'browser/ui/orientation_limiting_navigation_controller.h', |
| 391 'browser/ui/orientation_limiting_navigation_controller.mm', | 393 'browser/ui/orientation_limiting_navigation_controller.mm', |
| 392 'browser/ui/reversed_animation.h', | 394 'browser/ui/reversed_animation.h', |
| 393 'browser/ui/reversed_animation.mm', | 395 'browser/ui/reversed_animation.mm', |
| 394 'browser/ui/show_mail_composer_util.h', | 396 'browser/ui/show_mail_composer_util.h', |
| 395 'browser/ui/show_mail_composer_util.mm', | 397 'browser/ui/show_mail_composer_util.mm', |
| 396 'browser/ui/show_privacy_settings_util.h', | 398 'browser/ui/show_privacy_settings_util.h', |
| 397 'browser/ui/show_privacy_settings_util.mm', | 399 'browser/ui/show_privacy_settings_util.mm', |
| 398 'browser/ui/side_swipe_gesture_recognizer.h', | 400 'browser/ui/side_swipe_gesture_recognizer.h', |
| 399 'browser/ui/side_swipe_gesture_recognizer.mm', | 401 'browser/ui/side_swipe_gesture_recognizer.mm', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 '../../components/components.gyp:omnibox_browser', | 490 '../../components/components.gyp:omnibox_browser', |
| 489 '../../components/components.gyp:rlz', | 491 '../../components/components.gyp:rlz', |
| 490 '../../components/components.gyp:search_engines', | 492 '../../components/components.gyp:search_engines', |
| 491 '../../rlz/rlz.gyp:rlz_lib', | 493 '../../rlz/rlz.gyp:rlz_lib', |
| 492 ], | 494 ], |
| 493 }, | 495 }, |
| 494 ], | 496 ], |
| 495 }], | 497 }], |
| 496 ], | 498 ], |
| 497 } | 499 } |
| OLD | NEW |