| 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 3576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3587 'browser/ui/views/location_bar/page_action_image_view.cc', | 3587 'browser/ui/views/location_bar/page_action_image_view.cc', |
| 3588 'browser/ui/views/location_bar/page_action_image_view.h', | 3588 'browser/ui/views/location_bar/page_action_image_view.h', |
| 3589 'browser/ui/views/location_bar/page_action_with_badge_view.cc', | 3589 'browser/ui/views/location_bar/page_action_with_badge_view.cc', |
| 3590 'browser/ui/views/location_bar/page_action_with_badge_view.h', | 3590 'browser/ui/views/location_bar/page_action_with_badge_view.h', |
| 3591 'browser/ui/views/location_bar/selected_keyword_view.cc', | 3591 'browser/ui/views/location_bar/selected_keyword_view.cc', |
| 3592 'browser/ui/views/location_bar/selected_keyword_view.h', | 3592 'browser/ui/views/location_bar/selected_keyword_view.h', |
| 3593 'browser/ui/views/location_bar/star_view.cc', | 3593 'browser/ui/views/location_bar/star_view.cc', |
| 3594 'browser/ui/views/location_bar/star_view.h', | 3594 'browser/ui/views/location_bar/star_view.h', |
| 3595 'browser/ui/views/location_bar/suggested_text_view.cc', | 3595 'browser/ui/views/location_bar/suggested_text_view.cc', |
| 3596 'browser/ui/views/location_bar/suggested_text_view.h', | 3596 'browser/ui/views/location_bar/suggested_text_view.h', |
| 3597 'browser/ui/views/location_bar/touchable_location_bar_view.cc', |
| 3598 'browser/ui/views/location_bar/touchable_location_bar_view.h', |
| 3597 'browser/ui/views/login_prompt_views.cc', | 3599 'browser/ui/views/login_prompt_views.cc', |
| 3598 'browser/ui/views/login_view.cc', | 3600 'browser/ui/views/login_view.cc', |
| 3599 'browser/ui/views/login_view.h', | 3601 'browser/ui/views/login_view.h', |
| 3600 'browser/ui/views/native_constrained_window_aura.cc', | 3602 'browser/ui/views/native_constrained_window_aura.cc', |
| 3601 'browser/ui/views/native_constrained_window_win.cc', | 3603 'browser/ui/views/native_constrained_window_win.cc', |
| 3602 'browser/ui/views/notifications/balloon_collection_views.cc', | 3604 'browser/ui/views/notifications/balloon_collection_views.cc', |
| 3603 'browser/ui/views/notifications/balloon_view_host.cc', | 3605 'browser/ui/views/notifications/balloon_view_host.cc', |
| 3604 'browser/ui/views/notifications/balloon_view_host.h', | 3606 'browser/ui/views/notifications/balloon_view_host.h', |
| 3605 'browser/ui/views/notifications/balloon_view_views.cc', | 3607 'browser/ui/views/notifications/balloon_view_views.cc', |
| 3606 'browser/ui/views/notifications/balloon_view_views.h', | 3608 'browser/ui/views/notifications/balloon_view_views.h', |
| (...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5187 'variables': { | 5189 'variables': { |
| 5188 'proto_in_dir': 'browser/chromeos/gdata', | 5190 'proto_in_dir': 'browser/chromeos/gdata', |
| 5189 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5191 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5190 }, | 5192 }, |
| 5191 'includes': [ '../build/protoc.gypi' ] | 5193 'includes': [ '../build/protoc.gypi' ] |
| 5192 }, | 5194 }, |
| 5193 { | 5195 { |
| 5194 # Protobuf compiler / generator for Chrome Variations seed. | 5196 # Protobuf compiler / generator for Chrome Variations seed. |
| 5195 'target_name': 'variations_seed_proto', | 5197 'target_name': 'variations_seed_proto', |
| 5196 'type': 'static_library', | 5198 'type': 'static_library', |
| 5197 'sources': [ | 5199 'sources': [ |
| 5198 'browser/metrics/proto/trials_seed.proto', | 5200 'browser/metrics/proto/trials_seed.proto', |
| 5199 'browser/metrics/proto/study.proto', | 5201 'browser/metrics/proto/study.proto', |
| 5200 ], | 5202 ], |
| 5201 'variables': { | 5203 'variables': { |
| 5202 'proto_in_dir': 'browser/metrics/proto', | 5204 'proto_in_dir': 'browser/metrics/proto', |
| 5203 'proto_out_dir': 'chrome/browser/metrics/proto', | 5205 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5204 }, | 5206 }, |
| 5205 'includes': [ '../build/protoc.gypi' ] | 5207 'includes': [ '../build/protoc.gypi' ] |
| 5206 }, | 5208 }, |
| 5207 ], | 5209 ], |
| 5208 } | 5210 } |
| OLD | NEW |