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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 864001: Move FileWatcher from src/base/ to src/chrome/browser/ and switch (Closed)
Patch Set: fix tests on mac Created 10 years, 9 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
« no previous file with comments | « chrome/browser/file_watcher_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'browser/external_protocol_handler.cc', 996 'browser/external_protocol_handler.cc',
997 'browser/external_protocol_handler.h', 997 'browser/external_protocol_handler.h',
998 'browser/external_tab_container.cc', 998 'browser/external_tab_container.cc',
999 'browser/external_tab_container.h', 999 'browser/external_tab_container.h',
1000 'browser/global_keyboard_shortcuts_mac.h', 1000 'browser/global_keyboard_shortcuts_mac.h',
1001 'browser/global_keyboard_shortcuts_mac.mm', 1001 'browser/global_keyboard_shortcuts_mac.mm',
1002 'browser/fav_icon_helper.cc', 1002 'browser/fav_icon_helper.cc',
1003 'browser/fav_icon_helper.h', 1003 'browser/fav_icon_helper.h',
1004 'browser/favicon_service.cc', 1004 'browser/favicon_service.cc',
1005 'browser/favicon_service.h', 1005 'browser/favicon_service.h',
1006 'browser/file_watcher.h',
1007 'browser/file_watcher_inotify.cc',
1008 'browser/file_watcher_mac.cc',
1009 'browser/file_watcher_win.cc',
1006 'browser/find_bar.h', 1010 'browser/find_bar.h',
1007 'browser/find_bar_controller.cc', 1011 'browser/find_bar_controller.cc',
1008 'browser/find_bar_controller.h', 1012 'browser/find_bar_controller.h',
1009 'browser/find_notification_details.h', 1013 'browser/find_notification_details.h',
1010 'browser/first_run.cc', 1014 'browser/first_run.cc',
1011 'browser/first_run.h', 1015 'browser/first_run.h',
1012 'browser/first_run_mac.mm', 1016 'browser/first_run_mac.mm',
1013 'browser/first_run_win.cc', 1017 'browser/first_run_win.cc',
1014 'browser/first_run_gtk.cc', 1018 'browser/first_run_gtk.cc',
1015 'browser/fonts_languages_window.h', 1019 'browser/fonts_languages_window.h',
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
2366 # breakpad_linux.cc wants file_version_info_linux.h 2370 # breakpad_linux.cc wants file_version_info_linux.h
2367 '<(SHARED_INTERMEDIATE_DIR)', 2371 '<(SHARED_INTERMEDIATE_DIR)',
2368 '../breakpad/src', 2372 '../breakpad/src',
2369 ], 2373 ],
2370 }, { # linux_breakpad==0 2374 }, { # linux_breakpad==0
2371 'sources': [ 2375 'sources': [
2372 'browser/crash_handler_host_linux_stub.cc', 2376 'browser/crash_handler_host_linux_stub.cc',
2373 ], 2377 ],
2374 }], 2378 }],
2375 ], 2379 ],
2380 }, { # OS != "linux"
2381 'sources!': [
2382 'browser/file_watcher_inotify.cc',
2383 ],
2376 }], 2384 }],
2377 ['OS=="freebsd" or OS=="openbsd"', { 2385 ['OS=="freebsd" or OS=="openbsd"', {
2378 'dependencies': [ 2386 'dependencies': [
2379 '../build/linux/system.gyp:gtk', 2387 '../build/linux/system.gyp:gtk',
2380 '../build/linux/system.gyp:gtkprint', 2388 '../build/linux/system.gyp:gtkprint',
2381 '../build/linux/system.gyp:nss', 2389 '../build/linux/system.gyp:nss',
2382 ], 2390 ],
2391 'sources': [
2392 'browser/file_watcher_stub.cc',
2393 ],
2383 }], 2394 }],
2384 ['OS=="mac"', { 2395 ['OS=="mac"', {
2385 'sources!': [ 2396 'sources!': [
2386 'browser/automation/automation_provider_list_generic.cc', 2397 'browser/automation/automation_provider_list_generic.cc',
2387 'browser/bookmarks/bookmark_context_menu.cc', 2398 'browser/bookmarks/bookmark_context_menu.cc',
2388 'browser/bookmarks/bookmark_drop_info.cc', 2399 'browser/bookmarks/bookmark_drop_info.cc',
2389 'browser/dock_info.cc', 2400 'browser/dock_info.cc',
2390 'browser/importer/nss_decryptor_system_nss.cc', 2401 'browser/importer/nss_decryptor_system_nss.cc',
2391 'browser/importer/nss_decryptor_system_nss.h', 2402 'browser/importer/nss_decryptor_system_nss.h',
2392 'browser/jankometer.cc', 2403 'browser/jankometer.cc',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2948 ], 2959 ],
2949 }, 2960 },
2950 ], 2961 ],
2951 } 2962 }
2952 2963
2953 # Local Variables: 2964 # Local Variables:
2954 # tab-width:2 2965 # tab-width:2
2955 # indent-tabs-mode:nil 2966 # indent-tabs-mode:nil
2956 # End: 2967 # End:
2957 # vim: set expandtab tabstop=2 shiftwidth=2: 2968 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/file_watcher_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698