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_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2086 'browser_extensions', | 2086 'browser_extensions', |
| 2087 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', | 2087 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', |
| 2088 'common/extensions/api/api.gyp:api', | 2088 'common/extensions/api/api.gyp:api', |
| 2089 'debugger', | 2089 'debugger', |
| 2090 'installer_util', | 2090 'installer_util', |
| 2091 '../device/device.gyp:device_bluetooth', | 2091 '../device/device.gyp:device_bluetooth', |
| 2092 '../net/net.gyp:net_with_v8', | 2092 '../net/net.gyp:net_with_v8', |
| 2093 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 2093 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| 2094 '../printing/printing.gyp:printing', | 2094 '../printing/printing.gyp:printing', |
| 2095 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2095 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2096 '../third_party/cld/cld.gyp:cld', | |
|
Jay Civelli
2012/11/02 01:01:25
Why the removal here?
nilesh
2012/11/02 01:40:41
I dont think it is needed here. I could not find a
| |
| 2097 '../third_party/expat/expat.gyp:expat', | 2096 '../third_party/expat/expat.gyp:expat', |
| 2098 '../third_party/hunspell/hunspell.gyp:hunspell', | 2097 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2099 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2098 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2100 '../third_party/libjingle/libjingle.gyp:libjingle', | 2099 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2101 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2100 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2102 '../third_party/npapi/npapi.gyp:npapi', | 2101 '../third_party/npapi/npapi.gyp:npapi', |
| 2103 '../third_party/re2/re2.gyp:re2', | 2102 '../third_party/re2/re2.gyp:re2', |
| 2104 '../ui/compositor/compositor.gyp:compositor', | 2103 '../ui/compositor/compositor.gyp:compositor', |
| 2105 '../ui/surface/surface.gyp:surface', | 2104 '../ui/surface/surface.gyp:surface', |
| 2106 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2105 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2747 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2746 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2748 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2747 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2749 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], | 2748 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], |
| 2750 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], | 2749 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], |
| 2751 ]} | 2750 ]} |
| 2752 ], | 2751 ], |
| 2753 ], | 2752 ], |
| 2754 }, | 2753 }, |
| 2755 ], | 2754 ], |
| 2756 } | 2755 } |
| OLD | NEW |