Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 3719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3730 'browser/ui/views/location_bar/location_bar_view.cc', | 3730 'browser/ui/views/location_bar/location_bar_view.cc', |
| 3731 'browser/ui/views/location_bar/location_bar_view.h', | 3731 'browser/ui/views/location_bar/location_bar_view.h', |
| 3732 'browser/ui/views/location_bar/location_icon_view.cc', | 3732 'browser/ui/views/location_bar/location_icon_view.cc', |
| 3733 'browser/ui/views/location_bar/location_icon_view.h', | 3733 'browser/ui/views/location_bar/location_icon_view.h', |
| 3734 'browser/ui/views/location_bar/page_action_image_view.cc', | 3734 'browser/ui/views/location_bar/page_action_image_view.cc', |
| 3735 'browser/ui/views/location_bar/page_action_image_view.h', | 3735 'browser/ui/views/location_bar/page_action_image_view.h', |
| 3736 'browser/ui/views/location_bar/page_action_with_badge_view.cc', | 3736 'browser/ui/views/location_bar/page_action_with_badge_view.cc', |
| 3737 'browser/ui/views/location_bar/page_action_with_badge_view.h', | 3737 'browser/ui/views/location_bar/page_action_with_badge_view.h', |
| 3738 'browser/ui/views/location_bar/page_info_helper.cc', | 3738 'browser/ui/views/location_bar/page_info_helper.cc', |
| 3739 'browser/ui/views/location_bar/page_info_helper.h', | 3739 'browser/ui/views/location_bar/page_info_helper.h', |
| 3740 'browser/ui/views/location_bar/metro_pin_view.cc', | |
|
sky
2012/07/20 16:46:41
sort
benwells
2012/07/23 08:03:43
Done.
| |
| 3741 'browser/ui/views/location_bar/metro_pin_view.h', | |
| 3740 'browser/ui/views/location_bar/selected_keyword_view.cc', | 3742 'browser/ui/views/location_bar/selected_keyword_view.cc', |
| 3741 'browser/ui/views/location_bar/selected_keyword_view.h', | 3743 'browser/ui/views/location_bar/selected_keyword_view.h', |
| 3742 'browser/ui/views/location_bar/star_view.cc', | 3744 'browser/ui/views/location_bar/star_view.cc', |
| 3743 'browser/ui/views/location_bar/star_view.h', | 3745 'browser/ui/views/location_bar/star_view.h', |
| 3744 'browser/ui/views/location_bar/suggested_text_view.cc', | 3746 'browser/ui/views/location_bar/suggested_text_view.cc', |
| 3745 'browser/ui/views/location_bar/suggested_text_view.h', | 3747 'browser/ui/views/location_bar/suggested_text_view.h', |
| 3746 'browser/ui/views/location_bar/touchable_location_bar_view.cc', | 3748 'browser/ui/views/location_bar/touchable_location_bar_view.cc', |
| 3747 'browser/ui/views/location_bar/touchable_location_bar_view.h', | 3749 'browser/ui/views/location_bar/touchable_location_bar_view.h', |
| 3748 'browser/ui/views/location_bar/zoom_bubble_view.cc', | 3750 'browser/ui/views/location_bar/zoom_bubble_view.cc', |
| 3749 'browser/ui/views/location_bar/zoom_bubble_view.h', | 3751 'browser/ui/views/location_bar/zoom_bubble_view.h', |
| (...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5462 'variables': { | 5464 'variables': { |
| 5463 'jni_gen_dir': 'chrome', | 5465 'jni_gen_dir': 'chrome', |
| 5464 }, | 5466 }, |
| 5465 'includes': [ '../build/jni_generator.gypi' ], | 5467 'includes': [ '../build/jni_generator.gypi' ], |
| 5466 }, | 5468 }, |
| 5467 ], | 5469 ], |
| 5468 }, | 5470 }, |
| 5469 ], | 5471 ], |
| 5470 ], | 5472 ], |
| 5471 } | 5473 } |
| OLD | NEW |