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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 34583002: Convert X11 AdvancedOptionsUtilities to generic Linux platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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/ui/webui/options/advanced_options_utils_x11.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2296 'browser/ui/webui/ntp/suggestions_source_top_sites.h', 2296 'browser/ui/webui/ntp/suggestions_source_top_sites.h',
2297 'browser/ui/webui/ntp/thumbnail_list_source.cc', 2297 'browser/ui/webui/ntp/thumbnail_list_source.cc',
2298 'browser/ui/webui/ntp/thumbnail_list_source.h', 2298 'browser/ui/webui/ntp/thumbnail_list_source.h',
2299 'browser/ui/webui/ntp/thumbnail_source.cc', 2299 'browser/ui/webui/ntp/thumbnail_source.cc',
2300 'browser/ui/webui/ntp/thumbnail_source.h', 2300 'browser/ui/webui/ntp/thumbnail_source.h',
2301 'browser/ui/webui/omnibox/omnibox_ui.cc', 2301 'browser/ui/webui/omnibox/omnibox_ui.cc',
2302 'browser/ui/webui/omnibox/omnibox_ui.h', 2302 'browser/ui/webui/omnibox/omnibox_ui.h',
2303 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', 2303 'browser/ui/webui/omnibox/omnibox_ui_handler.cc',
2304 'browser/ui/webui/omnibox/omnibox_ui_handler.h', 2304 'browser/ui/webui/omnibox/omnibox_ui_handler.h',
2305 'browser/ui/webui/options/advanced_options_utils.h', 2305 'browser/ui/webui/options/advanced_options_utils.h',
2306 'browser/ui/webui/options/advanced_options_utils_linux.cc',
2306 'browser/ui/webui/options/advanced_options_utils_mac.mm', 2307 'browser/ui/webui/options/advanced_options_utils_mac.mm',
2307 'browser/ui/webui/options/advanced_options_utils_win.cc', 2308 'browser/ui/webui/options/advanced_options_utils_win.cc',
2308 'browser/ui/webui/options/advanced_options_utils_x11.cc',
2309 'browser/ui/webui/options/autofill_options_handler.cc', 2309 'browser/ui/webui/options/autofill_options_handler.cc',
2310 'browser/ui/webui/options/autofill_options_handler.h', 2310 'browser/ui/webui/options/autofill_options_handler.h',
2311 'browser/ui/webui/options/browser_options_handler.cc', 2311 'browser/ui/webui/options/browser_options_handler.cc',
2312 'browser/ui/webui/options/browser_options_handler.h', 2312 'browser/ui/webui/options/browser_options_handler.h',
2313 'browser/ui/webui/options/certificate_manager_handler.cc', 2313 'browser/ui/webui/options/certificate_manager_handler.cc',
2314 'browser/ui/webui/options/certificate_manager_handler.h', 2314 'browser/ui/webui/options/certificate_manager_handler.h',
2315 'browser/ui/webui/options/chromeos/accounts_options_handler.cc', 2315 'browser/ui/webui/options/chromeos/accounts_options_handler.cc',
2316 'browser/ui/webui/options/chromeos/accounts_options_handler.h', 2316 'browser/ui/webui/options/chromeos/accounts_options_handler.h',
2317 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc', 2317 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc',
2318 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h', 2318 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
3276 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3276 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3277 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3277 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3278 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3278 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3279 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3279 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3280 ], 3280 ],
3281 }], 3281 }],
3282 ], 3282 ],
3283 }, 3283 },
3284 ], 3284 ],
3285 } 3285 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_utils_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698