| OLD | NEW |
| 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 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1278 'browser/gtk/infobar_container_gtk.cc', | 1278 'browser/gtk/infobar_container_gtk.cc', |
| 1279 'browser/gtk/infobar_container_gtk.h', | 1279 'browser/gtk/infobar_container_gtk.h', |
| 1280 'browser/gtk/infobar_gtk.cc', | 1280 'browser/gtk/infobar_gtk.cc', |
| 1281 'browser/gtk/infobar_gtk.h', | 1281 'browser/gtk/infobar_gtk.h', |
| 1282 'browser/gtk/keyword_editor_view.cc', | 1282 'browser/gtk/keyword_editor_view.cc', |
| 1283 'browser/gtk/keyword_editor_view.h', | 1283 'browser/gtk/keyword_editor_view.h', |
| 1284 'browser/gtk/list_store_favicon_loader.cc', | 1284 'browser/gtk/list_store_favicon_loader.cc', |
| 1285 'browser/gtk/list_store_favicon_loader.h', | 1285 'browser/gtk/list_store_favicon_loader.h', |
| 1286 'browser/gtk/location_bar_view_gtk.cc', | 1286 'browser/gtk/location_bar_view_gtk.cc', |
| 1287 'browser/gtk/location_bar_view_gtk.h', | 1287 'browser/gtk/location_bar_view_gtk.h', |
| 1288 'browser/gtk/menu_bar_helper.cc', |
| 1289 'browser/gtk/menu_bar_helper.h', |
| 1288 'browser/gtk/menu_gtk.cc', | 1290 'browser/gtk/menu_gtk.cc', |
| 1289 'browser/gtk/menu_gtk.h', | 1291 'browser/gtk/menu_gtk.h', |
| 1290 'browser/gtk/nine_box.cc', | 1292 'browser/gtk/nine_box.cc', |
| 1291 'browser/gtk/nine_box.h', | 1293 'browser/gtk/nine_box.h', |
| 1292 'browser/gtk/options/advanced_contents_gtk.cc', | 1294 'browser/gtk/options/advanced_contents_gtk.cc', |
| 1293 'browser/gtk/options/advanced_contents_gtk.h', | 1295 'browser/gtk/options/advanced_contents_gtk.h', |
| 1294 'browser/gtk/options/advanced_page_gtk.cc', | 1296 'browser/gtk/options/advanced_page_gtk.cc', |
| 1295 'browser/gtk/options/advanced_page_gtk.h', | 1297 'browser/gtk/options/advanced_page_gtk.h', |
| 1296 'browser/gtk/options/content_page_gtk.cc', | 1298 'browser/gtk/options/content_page_gtk.cc', |
| 1297 'browser/gtk/options/content_page_gtk.h', | 1299 'browser/gtk/options/content_page_gtk.h', |
| (...skipping 4622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5920 # Use outputs of this action as inputs for the main target build. | 5922 # Use outputs of this action as inputs for the main target build. |
| 5921 # Seems as a misnomer but makes this happy on Linux (scons). | 5923 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5922 'process_outputs_as_sources': 1, | 5924 'process_outputs_as_sources': 1, |
| 5923 }, | 5925 }, |
| 5924 ], # 'actions' | 5926 ], # 'actions' |
| 5925 }, | 5927 }, |
| 5926 ] | 5928 ] |
| 5927 }], | 5929 }], |
| 5928 ], # 'conditions' | 5930 ], # 'conditions' |
| 5929 } | 5931 } |
| OLD | NEW |