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 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4971 ['exclude', '^browser/first_run/first_run_gtk.cc'], | 4971 ['exclude', '^browser/first_run/first_run_gtk.cc'], |
| 4972 ['exclude', '^browser/google/google_update.cc'], | 4972 ['exclude', '^browser/google/google_update.cc'], |
| 4973 ['exclude', '^browser/google/google_update.h'], | 4973 ['exclude', '^browser/google/google_update.h'], |
| 4974 ['exclude', '^browser/platform_util_common_linux.cc'], | 4974 ['exclude', '^browser/platform_util_common_linux.cc'], |
| 4975 ['exclude', '^browser/platform_util_linux.cc'], | 4975 ['exclude', '^browser/platform_util_linux.cc'], |
| 4976 ['exclude', '^browser/printing/print_dialog_gtk.cc'], | 4976 ['exclude', '^browser/printing/print_dialog_gtk.cc'], |
| 4977 ['exclude', '^browser/printing/print_dialog_gtk.h'], | 4977 ['exclude', '^browser/printing/print_dialog_gtk.h'], |
| 4978 ['exclude', '^browser/process_singleton_linux.cc'], | 4978 ['exclude', '^browser/process_singleton_linux.cc'], |
| 4979 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , | 4979 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , |
| 4980 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 4980 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 4981 ['exclude', '^browser/screensaver_window_finder_linux.cc'], | |
| 4982 ['exclude', '^browser/screensaver_window_finder_linux.h'], | |
|
oshima
2011/09/19 22:31:03
we should rename this to _gtk.cc and have stub _au
Emmanuel Saint-loubert-Bié
2011/09/19 23:26:02
Done.
| |
| 4981 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'], | 4983 ['exclude', '^browser/speech/speech_input_bubble_gtk.cc'], |
| 4982 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] , | 4984 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.cc'] , |
| 4983 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], | 4985 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], |
| 4984 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], | 4986 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], |
| 4985 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], | 4987 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], |
| 4986 ['exclude', '^browser/themes/theme_service_gtk.cc'], | 4988 ['exclude', '^browser/themes/theme_service_gtk.cc'], |
| 4987 ['exclude', '^browser/ui/gtk/*'], | 4989 ['exclude', '^browser/ui/gtk/*'], |
| 4988 ['exclude', '^browser/ui/input_window_dialog.h'], | 4990 ['exclude', '^browser/ui/input_window_dialog.h'], |
| 4989 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'], | 4991 ['exclude', '^browser/ui/input_window_dialog_gtk.cc'], |
| 4990 ['exclude', '^browser/ui/input_window_dialog_win.cc'], | 4992 ['exclude', '^browser/ui/input_window_dialog_win.cc'], |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5146 # weak imports in dependents, who still must #include | 5148 # weak imports in dependents, who still must #include |
| 5147 # closure_blocks_leopard_compat.h to get weak imports. | 5149 # closure_blocks_leopard_compat.h to get weak imports. |
| 5148 'type': 'none', | 5150 'type': 'none', |
| 5149 }], | 5151 }], |
| 5150 ], | 5152 ], |
| 5151 }, | 5153 }, |
| 5152 ], | 5154 ], |
| 5153 }], | 5155 }], |
| 5154 ], | 5156 ], |
| 5155 } | 5157 } |
| OLD | NEW |