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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11555033: Adding local html page used in Instant Extended mode when instant is disabled or unavailable. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix uninitialized variable. Created 8 years 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 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 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'browser/ui/webui/media/media_internals_ui.cc', 1865 'browser/ui/webui/media/media_internals_ui.cc',
1866 'browser/ui/webui/media/media_internals_ui.h', 1866 'browser/ui/webui/media/media_internals_ui.h',
1867 'browser/ui/webui/metrics_handler.cc', 1867 'browser/ui/webui/metrics_handler.cc',
1868 'browser/ui/webui/metrics_handler.h', 1868 'browser/ui/webui/metrics_handler.h',
1869 'browser/ui/webui/nacl_ui.cc', 1869 'browser/ui/webui/nacl_ui.cc',
1870 'browser/ui/webui/nacl_ui.h', 1870 'browser/ui/webui/nacl_ui.h',
1871 'browser/ui/webui/set_as_default_browser_ui.cc', 1871 'browser/ui/webui/set_as_default_browser_ui.cc',
1872 'browser/ui/webui/set_as_default_browser_ui.h', 1872 'browser/ui/webui/set_as_default_browser_ui.h',
1873 'browser/ui/webui/net_internals/net_internals_ui.cc', 1873 'browser/ui/webui/net_internals/net_internals_ui.cc',
1874 'browser/ui/webui/net_internals/net_internals_ui.h', 1874 'browser/ui/webui/net_internals/net_internals_ui.h',
1875 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc',
1876 'browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.h',
1875 'browser/ui/webui/ntp/app_launcher_handler.cc', 1877 'browser/ui/webui/ntp/app_launcher_handler.cc',
1876 'browser/ui/webui/ntp/app_launcher_handler.h', 1878 'browser/ui/webui/ntp/app_launcher_handler.h',
1877 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1879 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1878 'browser/ui/webui/ntp/favicon_webui_handler.h', 1880 'browser/ui/webui/ntp/favicon_webui_handler.h',
1879 'browser/ui/webui/ntp/foreign_session_handler.cc', 1881 'browser/ui/webui/ntp/foreign_session_handler.cc',
1880 'browser/ui/webui/ntp/foreign_session_handler.h', 1882 'browser/ui/webui/ntp/foreign_session_handler.h',
1881 'browser/ui/webui/ntp/most_visited_handler.cc', 1883 'browser/ui/webui/ntp/most_visited_handler.cc',
1882 'browser/ui/webui/ntp/most_visited_handler.h', 1884 'browser/ui/webui/ntp/most_visited_handler.h',
1883 'browser/ui/webui/ntp/new_tab_page_handler.cc', 1885 'browser/ui/webui/ntp/new_tab_page_handler.cc',
1884 'browser/ui/webui/ntp/new_tab_page_handler.h', 1886 'browser/ui/webui/ntp/new_tab_page_handler.h',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
2763 }, { # else: enable_app_list==0 2765 }, { # else: enable_app_list==0
2764 'sources/': [ 2766 'sources/': [
2765 ['exclude', '^browser/ui/views/app_list/'], 2767 ['exclude', '^browser/ui/views/app_list/'],
2766 ['exclude', '^browser/ui/app_list/'], 2768 ['exclude', '^browser/ui/app_list/'],
2767 ] 2769 ]
2768 }], 2770 }],
2769 ], 2771 ],
2770 }, 2772 },
2771 ], 2773 ],
2772 } 2774 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_ui.cc ('k') | chrome/common/instant_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698