| OLD | NEW |
| 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 'variables': { | 6 'variables': { |
| 7 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1934 'browser/ui/views/ash/tab_scrubber.h', | 1934 'browser/ui/views/ash/tab_scrubber.h', |
| 1935 'browser/ui/views/auto_keep_alive.cc', | 1935 'browser/ui/views/auto_keep_alive.cc', |
| 1936 'browser/ui/views/auto_keep_alive.h', | 1936 'browser/ui/views/auto_keep_alive.h', |
| 1937 'browser/ui/views/autofill/autofill_dialog_views.cc', | 1937 'browser/ui/views/autofill/autofill_dialog_views.cc', |
| 1938 'browser/ui/views/autofill/autofill_dialog_views.h', | 1938 'browser/ui/views/autofill/autofill_dialog_views.h', |
| 1939 'browser/ui/views/autofill/autofill_popup_base_view.cc', | 1939 'browser/ui/views/autofill/autofill_popup_base_view.cc', |
| 1940 'browser/ui/views/autofill/autofill_popup_base_view.h', | 1940 'browser/ui/views/autofill/autofill_popup_base_view.h', |
| 1941 'browser/ui/views/autofill/autofill_popup_view_views.cc', | 1941 'browser/ui/views/autofill/autofill_popup_view_views.cc', |
| 1942 'browser/ui/views/autofill/autofill_popup_view_views.h', | 1942 'browser/ui/views/autofill/autofill_popup_view_views.h', |
| 1943 'browser/ui/views/autofill/card_unmask_prompt_views.cc', | 1943 'browser/ui/views/autofill/card_unmask_prompt_views.cc', |
| 1944 'browser/ui/views/autofill/card_unmask_prompt_views.h', |
| 1944 'browser/ui/views/autofill/decorated_textfield.cc', | 1945 'browser/ui/views/autofill/decorated_textfield.cc', |
| 1945 'browser/ui/views/autofill/decorated_textfield.h', | 1946 'browser/ui/views/autofill/decorated_textfield.h', |
| 1946 'browser/ui/views/autofill/expanding_textfield.cc', | 1947 'browser/ui/views/autofill/expanding_textfield.cc', |
| 1947 'browser/ui/views/autofill/expanding_textfield.h', | 1948 'browser/ui/views/autofill/expanding_textfield.h', |
| 1948 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', | 1949 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', |
| 1949 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', | 1950 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', |
| 1950 'browser/ui/views/autofill/info_bubble.cc', | 1951 'browser/ui/views/autofill/info_bubble.cc', |
| 1951 'browser/ui/views/autofill/info_bubble.h', | 1952 'browser/ui/views/autofill/info_bubble.h', |
| 1952 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', | 1953 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', |
| 1953 'browser/ui/views/autofill/new_credit_card_bubble_views.h', | 1954 'browser/ui/views/autofill/new_credit_card_bubble_views.h', |
| (...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3183 ], | 3184 ], |
| 3184 'sources': [ | 3185 'sources': [ |
| 3185 '<@(chrome_browser_ui_non_mobile_sources)', | 3186 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3186 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3187 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3187 ], | 3188 ], |
| 3188 }], | 3189 }], |
| 3189 ], | 3190 ], |
| 3190 }, | 3191 }, |
| 3191 ], | 3192 ], |
| 3192 } | 3193 } |
| OLD | NEW |