Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/chrome.gyp

Issue 160341: First cut at Firefox import on OSX + stubs for Safari import. (Closed)
Patch Set: Address Stuart's comments. Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 'browser/icon_manager_mac.mm', 1225 'browser/icon_manager_mac.mm',
1226 'browser/icon_manager_win.cc', 1226 'browser/icon_manager_win.cc',
1227 'browser/ime_input.cc', 1227 'browser/ime_input.cc',
1228 'browser/ime_input.h', 1228 'browser/ime_input.h',
1229 'browser/importer/firefox2_importer.cc', 1229 'browser/importer/firefox2_importer.cc',
1230 'browser/importer/firefox2_importer.h', 1230 'browser/importer/firefox2_importer.h',
1231 'browser/importer/firefox3_importer.cc', 1231 'browser/importer/firefox3_importer.cc',
1232 'browser/importer/firefox3_importer.h', 1232 'browser/importer/firefox3_importer.h',
1233 'browser/importer/firefox_importer_utils.cc', 1233 'browser/importer/firefox_importer_utils.cc',
1234 'browser/importer/firefox_importer_utils_linux.cc', 1234 'browser/importer/firefox_importer_utils_linux.cc',
1235 'browser/importer/firefox_importer_utils_mac.cc', 1235 'browser/importer/firefox_importer_utils_mac.mm',
1236 'browser/importer/firefox_importer_utils_win.cc', 1236 'browser/importer/firefox_importer_utils_win.cc',
1237 'browser/importer/firefox_importer_utils.h', 1237 'browser/importer/firefox_importer_utils.h',
1238 'browser/importer/firefox_profile_lock.cc', 1238 'browser/importer/firefox_profile_lock.cc',
1239 'browser/importer/firefox_profile_lock.h', 1239 'browser/importer/firefox_profile_lock.h',
1240 'browser/importer/firefox_profile_lock_posix.cc', 1240 'browser/importer/firefox_profile_lock_posix.cc',
1241 'browser/importer/firefox_profile_lock_win.cc', 1241 'browser/importer/firefox_profile_lock_win.cc',
1242 'browser/importer/ie_importer.cc', 1242 'browser/importer/ie_importer.cc',
1243 'browser/importer/ie_importer.h', 1243 'browser/importer/ie_importer.h',
1244 'browser/importer/importer.cc', 1244 'browser/importer/importer.cc',
1245 'browser/importer/importer.h', 1245 'browser/importer/importer.h',
1246 'browser/importer/mork_reader.cc', 1246 'browser/importer/mork_reader.cc',
1247 'browser/importer/mork_reader.h', 1247 'browser/importer/mork_reader.h',
1248 'browser/importer/nss_decryptor.cc', 1248 'browser/importer/nss_decryptor.cc',
1249 'browser/importer/nss_decryptor.h', 1249 'browser/importer/nss_decryptor.h',
1250 'browser/importer/nss_decryptor_linux.cc', 1250 'browser/importer/nss_decryptor_linux.cc',
1251 'browser/importer/nss_decryptor_linux.h', 1251 'browser/importer/nss_decryptor_linux.h',
1252 'browser/importer/nss_decryptor_mac.h', 1252 'browser/importer/nss_decryptor_mac.h',
1253 'browser/importer/nss_decryptor_mac.mm',
1253 'browser/importer/nss_decryptor_win.cc', 1254 'browser/importer/nss_decryptor_win.cc',
1254 'browser/importer/nss_decryptor_win.h', 1255 'browser/importer/nss_decryptor_win.h',
1255 'browser/importer/toolbar_importer.cc', 1256 'browser/importer/toolbar_importer.cc',
1256 'browser/importer/toolbar_importer.h', 1257 'browser/importer/toolbar_importer.h',
1257 'browser/in_process_webkit/browser_webkitclient_impl.cc', 1258 'browser/in_process_webkit/browser_webkitclient_impl.cc',
1258 'browser/in_process_webkit/browser_webkitclient_impl.h', 1259 'browser/in_process_webkit/browser_webkitclient_impl.h',
1259 'browser/in_process_webkit/dom_storage_dispatcher_host.cc', 1260 'browser/in_process_webkit/dom_storage_dispatcher_host.cc',
1260 'browser/in_process_webkit/dom_storage_dispatcher_host.h', 1261 'browser/in_process_webkit/dom_storage_dispatcher_host.h',
1261 'browser/in_process_webkit/webkit_context.cc', 1262 'browser/in_process_webkit/webkit_context.cc',
1262 'browser/in_process_webkit/webkit_context.h', 1263 'browser/in_process_webkit/webkit_context.h',
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3964 'include_dirs': [ 3965 'include_dirs': [
3965 '../third_party/GTM', 3966 '../third_party/GTM',
3966 '../third_party/GTM/AppKit', 3967 '../third_party/GTM/AppKit',
3967 ], 3968 ],
3968 'sources!': [ 3969 'sources!': [
3969 'browser/views/bookmark_context_menu_test.cc', 3970 'browser/views/bookmark_context_menu_test.cc',
3970 'browser/back_forward_menu_model_unittest.cc', 3971 'browser/back_forward_menu_model_unittest.cc',
3971 'browser/download/download_manager_unittest.cc', 3972 'browser/download/download_manager_unittest.cc',
3972 'browser/gtk/go_button_gtk_unittest.cc', 3973 'browser/gtk/go_button_gtk_unittest.cc',
3973 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', 3974 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc',
3974 'browser/importer/firefox_importer_unittest.cc',
3975 'browser/tab_contents/navigation_controller_unittest.cc', 3975 'browser/tab_contents/navigation_controller_unittest.cc',
3976 'browser/task_manager_unittest.cc', 3976 'browser/task_manager_unittest.cc',
3977 'third_party/hunspell/google/hunspell_tests.cc', 3977 'third_party/hunspell/google/hunspell_tests.cc',
3978 3978
3979 # Compact Language Detection (cld) is not supported in mac yet. 3979 # Compact Language Detection (cld) is not supported in mac yet.
3980 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc', 3980 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc',
3981 ], 3981 ],
3982 # TODO(mark): We really want this for all non-static library targets, 3982 # TODO(mark): We really want this for all non-static library targets,
3983 # but when we tried to pull it up to the common.gypi level, it broke 3983 # but when we tried to pull it up to the common.gypi level, it broke
3984 # other things like the ui, startup, and page_cycler tests. *shrug* 3984 # other things like the ui, startup, and page_cycler tests. *shrug*
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
5175 # Use outputs of this action as inputs for the main target build. 5175 # Use outputs of this action as inputs for the main target build.
5176 # Seems as a misnomer but makes this happy on Linux (scons). 5176 # Seems as a misnomer but makes this happy on Linux (scons).
5177 'process_outputs_as_sources': 1, 5177 'process_outputs_as_sources': 1,
5178 }, 5178 },
5179 ], # 'actions' 5179 ], # 'actions'
5180 }, 5180 },
5181 ] 5181 ]
5182 }], 5182 }],
5183 ], # 'conditions' 5183 ], # 'conditions'
5184 } 5184 }
OLDNEW
« chrome/browser/importer/importer.cc ('K') | « chrome/browser/importer/nss_decryptor_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698