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 # 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 50 '../third_party/libjingle/libjingle.gyp:libjingle', | 50 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 52 '../third_party/libxml/libxml.gyp:libxml', | 52 '../third_party/libxml/libxml.gyp:libxml', |
| 53 '../third_party/npapi/npapi.gyp:npapi', | 53 '../third_party/npapi/npapi.gyp:npapi', |
| 54 '../ui/base/strings/ui_strings.gyp:ui_strings', | 54 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 55 '../ui/gfx/surface/surface.gyp:surface', | 55 '../ui/gfx/surface/surface.gyp:surface', |
| 56 '../ui/ui.gyp:ui', | 56 '../ui/ui.gyp:ui', |
| 57 '../ui/ui.gyp:ui_resources', | 57 '../ui/ui.gyp:ui_resources', |
| 58 '../ui/ui.gyp:ui_resources_2x', | 58 '../ui/ui.gyp:ui_resources_2x', |
| 59 '../ui/ui.gyp:ui_resources_standard', | 59 '../ui/ui.gyp:ui_resources_standard', |
| 60 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | |
| 60 '../v8/tools/gyp/v8.gyp:v8', | 61 '../v8/tools/gyp/v8.gyp:v8', |
| 61 '../webkit/support/webkit_support.gyp:appcache', | 62 '../webkit/support/webkit_support.gyp:appcache', |
| 62 '../webkit/support/webkit_support.gyp:blob', | 63 '../webkit/support/webkit_support.gyp:blob', |
| 63 '../webkit/support/webkit_support.gyp:database', | 64 '../webkit/support/webkit_support.gyp:database', |
| 64 '../webkit/support/webkit_support.gyp:fileapi', | 65 '../webkit/support/webkit_support.gyp:fileapi', |
| 65 '../webkit/support/webkit_support.gyp:glue', | 66 '../webkit/support/webkit_support.gyp:glue', |
| 66 '../webkit/support/webkit_support.gyp:quota', | 67 '../webkit/support/webkit_support.gyp:quota', |
| 67 '../webkit/support/webkit_support.gyp:webkit_resources', | 68 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 68 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 69 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
| 69 ], | 70 ], |
| (...skipping 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3875 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', | 3876 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc', |
| 3876 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', | 3877 'browser/ui/webui/test_chrome_web_ui_controller_factory.h', |
| 3877 'browser/ui/webui/theme_source.cc', | 3878 'browser/ui/webui/theme_source.cc', |
| 3878 'browser/ui/webui/theme_source.h', | 3879 'browser/ui/webui/theme_source.h', |
| 3879 'browser/ui/webui/tracing_ui.cc', | 3880 'browser/ui/webui/tracing_ui.cc', |
| 3880 'browser/ui/webui/tracing_ui.h', | 3881 'browser/ui/webui/tracing_ui.h', |
| 3881 'browser/ui/webui/uber/uber_ui.cc', | 3882 'browser/ui/webui/uber/uber_ui.cc', |
| 3882 'browser/ui/webui/uber/uber_ui.h', | 3883 'browser/ui/webui/uber/uber_ui.h', |
| 3883 'browser/ui/webui/web_dialog_controller.cc', | 3884 'browser/ui/webui/web_dialog_controller.cc', |
| 3884 'browser/ui/webui/web_dialog_controller.h', | 3885 'browser/ui/webui/web_dialog_controller.h', |
| 3885 'browser/ui/webui/web_dialog_delegate.h', | 3886 'browser/ui/webui/chrome_web_dialog_web_contents_delegate.cc', |
|
mazda
2012/05/04 05:01:38
Please sort the file names.
| |
| 3886 'browser/ui/webui/web_dialog_web_contents_delegate.cc', | 3887 'browser/ui/webui/chrome_web_dialog_web_contents_delegate.h', |
| 3887 'browser/ui/webui/web_dialog_web_contents_delegate.h', | 3888 'browser/ui/webui/external_web_dialog_ui.cc', |
| 3888 'browser/ui/webui/web_dialog_ui.cc', | 3889 'browser/ui/webui/external_web_dialog_ui.h', |
| 3889 'browser/ui/webui/web_dialog_ui.h', | |
| 3890 'browser/ui/webui/web_ui_util.cc', | 3890 'browser/ui/webui/web_ui_util.cc', |
| 3891 'browser/ui/webui/web_ui_util.h', | 3891 'browser/ui/webui/web_ui_util.h', |
| 3892 'browser/ui/window_sizer.cc', | 3892 'browser/ui/window_sizer.cc', |
| 3893 'browser/ui/window_sizer.h', | 3893 'browser/ui/window_sizer.h', |
| 3894 'browser/ui/window_sizer_ash.cc', | 3894 'browser/ui/window_sizer_ash.cc', |
| 3895 'browser/ui/window_sizer_aura.cc', | 3895 'browser/ui/window_sizer_aura.cc', |
| 3896 'browser/ui/window_sizer_gtk.cc', | 3896 'browser/ui/window_sizer_gtk.cc', |
| 3897 'browser/ui/window_sizer_mac.mm', | 3897 'browser/ui/window_sizer_mac.mm', |
| 3898 'browser/ui/window_sizer_win.cc', | 3898 'browser/ui/window_sizer_win.cc', |
| 3899 'browser/ui/window_snapshot/window_snapshot.h', | 3899 'browser/ui/window_snapshot/window_snapshot.h', |
| (...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5250 'type': 'static_library', | 5250 'type': 'static_library', |
| 5251 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5251 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
| 5252 'variables': { | 5252 'variables': { |
| 5253 'proto_in_dir': 'browser/chromeos/gdata', | 5253 'proto_in_dir': 'browser/chromeos/gdata', |
| 5254 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5254 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
| 5255 }, | 5255 }, |
| 5256 'includes': [ '../build/protoc.gypi' ] | 5256 'includes': [ '../build/protoc.gypi' ] |
| 5257 }, | 5257 }, |
| 5258 ], | 5258 ], |
| 5259 } | 5259 } |
| OLD | NEW |