Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3915 'browser/ui/webui/web_ui_util.h', | 3915 'browser/ui/webui/web_ui_util.h', |
| 3916 'browser/ui/webui/workers_ui.cc', | 3916 'browser/ui/webui/workers_ui.cc', |
| 3917 'browser/ui/webui/workers_ui.h', | 3917 'browser/ui/webui/workers_ui.h', |
| 3918 'browser/ui/window_sizer.cc', | 3918 'browser/ui/window_sizer.cc', |
| 3919 'browser/ui/window_sizer.h', | 3919 'browser/ui/window_sizer.h', |
| 3920 'browser/ui/window_sizer_aura.cc', | 3920 'browser/ui/window_sizer_aura.cc', |
| 3921 'browser/ui/window_sizer_gtk.cc', | 3921 'browser/ui/window_sizer_gtk.cc', |
| 3922 'browser/ui/window_sizer_mac.mm', | 3922 'browser/ui/window_sizer_mac.mm', |
| 3923 'browser/ui/window_sizer_win.cc', | 3923 'browser/ui/window_sizer_win.cc', |
| 3924 'browser/ui/window_snapshot/window_snapshot.h', | 3924 'browser/ui/window_snapshot/window_snapshot.h', |
| 3925 'browser/ui/window_snapshot/window_snapshot.cc', | |
|
kkania
2011/11/11 17:06:31
cc comes before h
| |
| 3925 'browser/ui/window_snapshot/window_snapshot_aura.cc', | 3926 'browser/ui/window_snapshot/window_snapshot_aura.cc', |
| 3926 'browser/ui/window_snapshot/window_snapshot_gtk.cc', | 3927 'browser/ui/window_snapshot/window_snapshot_gtk.cc', |
| 3927 'browser/ui/window_snapshot/window_snapshot_mac.mm', | 3928 'browser/ui/window_snapshot/window_snapshot_mac.mm', |
| 3928 'browser/ui/window_snapshot/window_snapshot_win.cc', | 3929 'browser/ui/window_snapshot/window_snapshot_win.cc', |
| 3929 'browser/upgrade_detector.cc', | 3930 'browser/upgrade_detector.cc', |
| 3930 'browser/upgrade_detector.h', | 3931 'browser/upgrade_detector.h', |
| 3931 'browser/upgrade_detector_impl.cc', | 3932 'browser/upgrade_detector_impl.cc', |
| 3932 'browser/upgrade_detector_impl.h', | 3933 'browser/upgrade_detector_impl.h', |
| 3933 'browser/user_style_sheet_watcher.cc', | 3934 'browser/user_style_sheet_watcher.cc', |
| 3934 'browser/user_style_sheet_watcher.h', | 3935 'browser/user_style_sheet_watcher.h', |
| (...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5245 'type': 'static_library', | 5246 'type': 'static_library', |
| 5246 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5247 'variables': { | 5248 'variables': { |
| 5248 'proto_in_dir': 'browser/history', | 5249 'proto_in_dir': 'browser/history', |
| 5249 'proto_out_dir': 'chrome/browser/history', | 5250 'proto_out_dir': 'chrome/browser/history', |
| 5250 }, | 5251 }, |
| 5251 'includes': [ '../build/protoc.gypi' ] | 5252 'includes': [ '../build/protoc.gypi' ] |
| 5252 }, | 5253 }, |
| 5253 ], | 5254 ], |
| 5254 } | 5255 } |
| OLD | NEW |